update_blog_status( int $blog_id, mixed $pref, string $value, null $deprecated = null )
Whether or not to update blog status.
Description
See also
Parameters
- $blog_id
-
(Required) Blog to update status for. Not used.
- $pref
-
(Required) Preference. Not used.
- $value
-
(Required) Value. Not used.
- $deprecated
-
(Optional) Whether or not deprecated. Not used.
Default value: null
Return
(bool)
Source
File: bp-core/bp-core-wpabstraction.php
function update_blog_status( $blog_id, $pref, $value, $deprecated = null ) { return true; }
Changelog
Version | Description |
---|---|
BuddyPress 1.2.0 | Introduced. |
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.