Merge pull request #30876 from helgatheviking/issues/30811-shipping-metabox
Add woocommerce_product_options_shipping_product_data hook to metabox
This commit is contained in:
commit
839760a29f
|
@ -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