bp_blogs_is_blog_hidden( int $blog_id )
Check whether a given blog is hidden.
Description
See also
- BP_Blogs_Blog::is_hidden(): for a description of parameters and return values.
Parameters
- $blog_id
-
(Required) See {@BP_Blogs_Blog::is_hidden()}.
Return
(bool) See {@BP_Blogs_Blog::is_hidden()}.
Source
File: bp-blogs/bp-blogs-functions.php
function bp_blogs_is_blog_hidden( $blog_id ) { return BP_Blogs_Blog::is_hidden( $blog_id ); }
Questions?
We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.