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.9.7.1

apply_filters('woocommerce_kses_notice_allowed_tags') is found 1 times:

  • /includes/wc-notice-functions.php line 289
    285
    286
    287
    288
    289
    290
    291
    292
    293
    294
    295
         *
         * @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: