2020-05-01 / 2445阅 / 悠然
Removes option by name for a given blog id. Prevents removal of protected WordPress options.
(int)
(Required)
A blog ID. Can be null to refer to the current blog.
(string)
(Required)
Name of option to remove. Expected to not be SQL-escaped.
(bool) True, if option is successfully deleted. False on failure.