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
    	 * 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">' .