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