delete_blog_option
delete_blog_option ( $id, $option )
Parameters:- (int) id A blog ID. Can be null to refer to the current blog.
- (string) option Name of option to remove. Expected to not be SQL-escaped.
Returns:- (bool) True if the option was deleted, false otherwise.
Defined at:Change Log: - Introduced in WordPress: —
- Deprecated in WordPress: —
Description
Removes an option by name for a given blog ID. Prevents removal of protected WordPress options.