bbp_is_reply_spam

bbp_is_reply_spam

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_is_reply_spam') is found 1 times:

  • /includes/replies/template.php line 911
    907
    908
    909
    910
    911
    912
    913
    914
    915
    916
    917
        $status       = bbp_get_spam_status_id();
        $reply_status = bbp_get_reply_status( $reply_id ) === $status;
     
        // Filter & return
        return (bool) apply_filters( 'bbp_is_reply_spam', (bool) $reply_status, $reply_id );
    }
     
    /**
     * Is the reply trashed?
     *
     * @since 2.0.0 bbPress (r2884)