New Action for after Product Attribute Settings (#12099)
Allows developers to add extra checkboxes etc.
This commit is contained in:
parent
ab7f9dd674
commit
edd14cd8df
|
@ -77,6 +77,7 @@
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<?php do_action( 'woocommerce_after_product_attribute_settings', $attribute, $i ); ?>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue