wpcf7_akismet_parameters

wpcf7_akismet_parameters

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: contact-form-7.6.0.6

apply_filters('wpcf7_akismet_parameters') is found 1 times:

  • /modules/akismet/akismet.php line 77
    73
    74
    75
    76
    77
    78
    79
    80
    81
    82
    83
    );
     
    $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: