Merge pull request #5846 from corsonr/attributes_do_action
Add attributes do_action in products settings
This commit is contained in:
commit
d41cf9552f
|
@ -591,6 +591,7 @@ class WC_Meta_Box_Product_Data {
|
|||
|
||||
<button type="button" class="button save_attributes"><?php _e( 'Save attributes', 'woocommerce' ); ?></button>
|
||||
</p>
|
||||
<?php do_action( 'woocommerce_product_options_attributes' ); ?>
|
||||
</div>
|
||||
<div id="linked_product_data" class="panel woocommerce_options_panel">
|
||||
|
||||
|
|
Loading…
Reference in New Issue