Add woocommerce_product_options_shipping_product_data hook to metabox. Closes #30811.
This commit is contained in:
parent
0c44ab857a
commit
f34aa06a94
|
@ -63,4 +63,5 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|||
do_action( 'woocommerce_product_options_shipping' );
|
||||
?>
|
||||
</div>
|
||||
<?php do_action( 'woocommerce_product_options_shipping_product_data' ); ?>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue