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:
Vedanshu Jain 2021-10-14 18:40:44 +05:30 committed by GitHub
commit 839760a29f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -63,4 +63,5 @@ if ( ! defined( 'ABSPATH' ) ) {
do_action( 'woocommerce_product_options_shipping' );
?>
</div>
<?php do_action( 'woocommerce_product_options_shipping_product_data' ); ?>
</div>