update_blog_option( int $blog_id, string $option_name, mixed $value )
Update blog option.
Description
See also
Parameters
- $blog_id
-
(Required) Blog ID to update for. Not used.
- $option_name
-
(Required) Option name to update.
- $value
-
(Required) Option value to update.
Return
(mixed)
Source
File: bp-core/bp-core-wpabstraction.php
function update_blog_option( $blog_id, $option_name, $value ) { return update_option( $option_name, $value ); }
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.