delete_blog_option( int $id, string $option )
Removes option by name for a given blog ID. Prevents removal of protected WordPress options.
Parameters
- $id
-
(Required) A blog ID. Can be null to refer to the current blog.
- $option
-
(Required) Name of option to remove. Expected to not be SQL-escaped.
Return
(bool) True if the option was deleted, false otherwise.
Source
File: wp-includes/ms-blogs.php
Changelog
Version | Description |
---|---|
MU (3.0.0) | Introduced. MU (3.0.0) |