bbp_akismet_check_post

bbp_akismet_check_post

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_akismet_check_post') is found 1 times:

  • /includes/extend/akismet.php line 180
    176
    177
    178
    179
    180
    181
    182
    183
    184
    185
    186
        $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;