woocommerce_show_tax_configuration_notice, true
woocommerce_show_tax_configuration_notice, true
Appears in: woocommerce.11.0.0
Hook Type: filter
Displaying hooks found in version: woocommerce.11.0.0apply_filters('woocommerce_show_tax_configuration_notice, true') is found 1 times:
- /includes/admin/settings/class-wc-settings-tax.php line 428
* @since 10.5.0 * * @param bool $show_notice Whether to show the notice. Default true. */ if ( ! apply_filters( 'woocommerce_show_tax_configuration_notice', true ) ) { return; } ?> <div class="notice notice-warning"> <p> <strong><?php esc_html_e( 'Tax configuration incomplete', 'woocommerce' ); ?></strong>