wpcf7_akismet_comment_check

wpcf7_akismet_comment_check

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

See hook in core

Displaying hooks found in version: contact-form-7.5.9.3

apply_filters('wpcf7_akismet_comment_check') is found 1 times:

  • /modules/akismet/akismet.php line 232
    			'spam' => $spam,
    		) );
    	}
    
    	return apply_filters( 'wpcf7_akismet_comment_check', $spam, $comment );
    }
    
    
    add_filter( 'wpcf7_posted_data', 'wpcf7_akismet_posted_data', 10, 1 );
    
    /**