WordPress函数文档discover_pingback_server_uri()

删除wp_option表中的选项记录(多站点) 描述 Removes option by name for a…

删除wp_option表中的选项记录(多站点)

描述

Removes option by name for a given blog id. Prevents removal of protected WordPress options.

用法

<?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

  • 原文:http://codex.wordpress.org/Function_Reference/delete_blog_option
类别:WordPress函数文档

本文收集自互联网,转载请注明来源。
如有侵权,请联系 wper_net@163.com 删除。

评论 (0)COMMENT