apply_filters( 'bp_is_new_blog_public', bool $is_private )
Filters whether or not a new blog is public.
Parameters Parameters
- $is_private
-
(bool) Whether or not blog is public.
Source Source
Changelog Changelog
Version | Description |
---|---|
1.5.0 | Introduced. |