bbp_bypass_check_for_spam

bbp_bypass_check_for_spam

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_bypass_check_for_spam') is found 1 times:

  • /includes/extend/akismet.php line 502
    498
    499
    500
    501
    502
    503
    504
    505
    506
    507
    508
        $path = '/1.1/submit-' . $spam;
    }
     
    // Send data to Akismet
    if ( ! apply_filters( 'bbp_bypass_check_for_spam', false, $post_data ) ) {
        $response = $this->http_post( $query_string, $akismet_api_host, $path, $akismet_api_port );
    }
     
    // Set the result headers
    $post_data['bbp_akismet_result_headers'] = ! empty( $response[0] )
        ? $response[0] // raw