bbp_akismet_check_post
bbp_akismet_check_post
Hook Type: filter
Displaying hooks found in version: bbpress.2.6.9apply_filters('bbp_akismet_check_post') is found 1 times:
- /includes/extend/akismet.php line 180176177178179180181182183184185186
$post_data
[
'bbp_post_as_submitted'
][
'bbp_akismet_result'
]
);
// Allow post_data to be manipulated
$post_data
= apply_filters(
'bbp_akismet_check_post'
,
$post_data
);
// Parse and log the last response
$this
->last_post =
$this
->parse_response(
$post_data
);
// Return the last response back to the filter
return
$this
->last_post;