Woocommerce: Action woocommerce_update_options_products_{section} is not executed

Created on 26 Jan 2018  路  1Comment  路  Source: woocommerce/woocommerce

According to WC_Settings_Page::save()

do_action( 'woocommerce_update_options_' . $this->id . '_' . $current_section );

Actions like woocommerce_update_options_products_inventory are not executed, while the generic action woocommerce_update_options_products is executed properly at the same time, having the correct global $current_section value.

bug

Most helpful comment

Fixed in #18609

>All comments

Fixed in #18609

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ThiagoBarradas picture ThiagoBarradas  路  3Comments

5tormTrooper picture 5tormTrooper  路  3Comments

pawelkmpt picture pawelkmpt  路  3Comments

adriandmitroca picture adriandmitroca  路  3Comments

joelwills picture joelwills  路  3Comments