wpcf7_akismet_parameters

wpcf7_akismet_parameters

Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: contact-form-7.5.9.3

apply_filters('wpcf7_akismet_parameters') is found 1 times:

  • /modules/akismet/akismet.php line 77
    	);
    
    	$comment = array_merge( $comment, $server_vars );
    
    	$comment = apply_filters( 'wpcf7_akismet_parameters', $comment );
    
    	if ( wpcf7_akismet_comment_check( $comment ) ) {
    		$spam = true;
    
    		$submission->add_spam_log( array(
    			'agent' => 'akismet',
    

See this hook used in plugins: