bbp_is_topic_trash

bbp_is_topic_trash

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_is_topic_trash') is found 1 times:

  • /includes/topics/template.php line 1161
    1157
    1158
    1159
    1160
    1161
    1162
    1163
    1164
    1165
    1166
    1167
        $status       = bbp_get_trash_status_id();
        $topic_status = ( bbp_get_topic_status( $topic_id ) === $status );
     
        // Filter & return
        return (bool) apply_filters( 'bbp_is_topic_trash', $topic_status, $topic_id );
    }
     
    /**
     * Is the topic pending?
     *
     * @since 2.6.0 bbPress (r5504)