首页 WordPress函数大全 delete_site_option()

delete_site_option()

2020-05-01 / 5199阅 / 悠然

如何你看完本文还不知道如何使用该函数,可以联系我定制视频教程,50元/个函数,学不会全额退款

delete_site_option( string $option )

Removes a option by name for the current network.

描述

See also See also

  • delete_network_option()

Top ↑

参数

$option

(string)
(Required)
Name of option to remove. Expected to not be SQL-escaped.

返回

(bool) True, if succeed. False, if failure.

大家谈论
    我的见解