update_blog_option
update_blog_option ( $id, $option, $value, $deprecated = null )
Parameters:- (int) id The blog ID.
- (string) option The option key.
- (mixed) value The option value.
- (mixed) deprecated Not used.
Returns:- (bool) True if the value was updated, false otherwise.
Defined at:Change Log: - Introduced in WordPress: —
- Deprecated in WordPress: —
Description
Updates an option for a particular blog.