apply_filters( 'bp_is_blog_public', int $value )
Filters whether or not the current blog is public.
Parameters Parameters
- $value
-
(int) Value from the blog_public option for the current blog.
Source Source
Changelog Changelog
Version | Description |
---|---|
2.2.0 | Introduced. |