bbp_bypass_check_for_spam
bbp_bypass_check_for_spam
Appears in: bbpress.2.6.0, bbpress.2.6.1, bbpress.2.6.11, bbpress.2.6.12, bbpress.2.6.2, bbpress.2.6.3, bbpress.2.6.4, bbpress.2.6.5, bbpress.2.6.6, bbpress.2.6.9
Hook Type: filter
Displaying hooks found in version: bbpress.2.6.9apply_filters('bbp_bypass_check_for_spam') is found 1 times:
- /includes/extend/akismet.php line 502498499500501502503504505506507508
$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