woocommerce_kses_notice_allowed_tags

woocommerce_kses_notice_allowed_tags

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_kses_notice_allowed_tags') is found 1 times:

  • /includes/wc-notice-functions.php line 289
    	 *
    	 * @since 3.9.0
    	 * @param array[]|string $allowed_tags An array of allowed HTML elements and attributes, or a context name such as 'post'.
    	 */
    	return wp_kses( $message, apply_filters( 'woocommerce_kses_notice_allowed_tags', $allowed_tags ) );
    }
    
    /**
     * Get notice data attribute.
     *
     * @since 3.9.0
    

See this hook used in plugins: