bbp_is_topic_spam

bbp_is_topic_spam

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_is_topic_spam') is found 1 times:

  • /includes/topics/template.php line 1144
    1140
    1141
    1142
    1143
    1144
    1145
    1146
    1147
    1148
    1149
    1150
        $status       = bbp_get_spam_status_id();
        $topic_status = ( bbp_get_topic_status( $topic_id ) === $status );
     
        // Filter & return
        return (bool) apply_filters( 'bbp_is_topic_spam', $topic_status, $topic_id );
    }
     
    /**
     * Is the topic trashed?
     *
     * @since 2.0.0 bbPress (r2888)