Merge pull request #5384 from tamarazuk/patch-1

Add action filter in inventory product data
This commit is contained in:
Mike Jolley 2014-04-28 16:01:35 +01:00
commit 746b79a49d
1 changed files with 5 additions and 2 deletions

View File

@ -318,6 +318,8 @@ class WC_Meta_Box_Product_Data {
}
do_action('woocommerce_product_options_stock_status');
echo '</div>';
echo '<div class="options_group show_if_simple show_if_variable">';
@ -329,6 +331,7 @@ class WC_Meta_Box_Product_Data {
echo '</div>';
do_action( 'woocommerce_product_options_inventory_product_data' );
?>
</div>