akismet_comment_form_privacy_notice

akismet_comment_form_privacy_notice

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('akismet_comment_form_privacy_notice') is found 1 times:

  • /wp-content/plugins/akismet/class.akismet.php line 1916
    1912
    1913
    1914
    1915
    1916
    1917
    1918
    1919
    1920
    1921
    1922
    * Default is to not display the notice, leaving the choice to site admins,
     * or integrators.
     */
    public static function display_comment_form_privacy_notice() {
        if ( 'display' !== apply_filters( 'akismet_comment_form_privacy_notice', get_option( 'akismet_comment_form_privacy_notice', 'hide' ) ) ) {
            return;
        }
     
        echo apply_filters(
            'akismet_comment_form_privacy_notice_markup',
            '<p class="akismet_comment_form_privacy_notice">' .