woocommerce_show_tax_configuration_notice

woocommerce_show_tax_configuration_notice

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.10.5.2

apply_filters('woocommerce_show_tax_configuration_notice') is found 1 times:

  • /includes/admin/settings/class-wc-settings-tax.php line 427
    			 * @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>