bbp_has_forums

bbp_has_forums

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_has_forums') is found 1 times:

  • /includes/forums/template.php line 180
    176
    177
    178
    179
    180
    181
    182
    183
    184
    185
    186
            bbp_update_post_family_caches( $bbp->forum_query->posts );
        }
     
        // Filter & return
        return apply_filters( 'bbp_has_forums', $bbp->forum_query->have_posts(), $bbp->forum_query );
    }
     
    /**
     * Whether there are more forums available in the loop
     *
     * @since 2.0.0 bbPress (r2464)