apply_filters( 'bp_has_blogs', bool $value , BP_Blogs_Template $blogs_template , array $r )
Filters whether or not there are blogs to list.
Description Description
Parameters Parameters
- $value
-
Whether or not there are blogs to list.
- $blogs_template
-
Current blogs template object.
- $r
-
Parsed arguments used in blogs template query.
Source Source
File: bp-blogs/bp-blogs-template.php
Changelog Changelog
Version | Description |
---|---|
1.1.0 | Introduced. |