bbp_has_forums
bbp_has_forums
Appears in: bbpress.2.5.14, bbpress.2.6.0, bbpress.2.6.1, bbpress.2.6.11, bbpress.2.6.12, bbpress.2.6.2, bbpress.2.6.3, bbpress.2.6.4, bbpress.2.6.5, bbpress.2.6.6, bbpress.2.6.9
Hook Type: filter
Displaying hooks found in version: bbpress.2.6.9apply_filters('bbp_has_forums') is found 1 times:
- /includes/forums/template.php line 180176177178179180181182183184185186
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)