akismet_predefined_api_key

akismet_predefined_api_key

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

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('akismet_predefined_api_key') is found 1 times:

  • /wp-content/plugins/akismet/class.akismet.php line 1904
    1900
    1901
    1902
    1903
    1904
    1905
    1906
    1907
    1908
    1909
    1910
        if ( defined( 'WPCOM_API_KEY' ) ) {
            return true;
        }
     
        return apply_filters( 'akismet_predefined_api_key', false );
    }
     
    /**
     * Controls the display of a privacy related notice underneath the comment
     * form using the `akismet_comment_form_privacy_notice` option and filter
     * respectively.