bbp_has_topics

bbp_has_topics

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_has_topics') is found 1 times:

  • /includes/topics/template.php line 280
    276
    277
    278
    279
    280
    281
    282
    283
    284
    285
    286
            $bbp->topic_query->pagination_links = bbp_paginate_links( $bbp_topic_pagination );
        }
     
        // Filter & return
        return apply_filters( 'bbp_has_topics', $bbp->topic_query->have_posts(), $bbp->topic_query );
    }
     
    /**
     * Whether there are more topics available in the loop
     *
     * @since 2.0.0 bbPress (r2485)