删除wp_option表中的选项记录(多站点)
用法
<?php delete_blog_option( $id, $option ) ?>
参数
$id
(integer) (必填) A blog ID. Can be null to refer to the current blog.
默认值: current blog ID
$option
(string) (必填) Name of option to remove. Expected to not be SQL-escaped.
默认值: None
历史
添加于 版本: 3.0.0