delete_option 删除设置选项

Posted in:
Update time:2020-10-27

descriptive

从 WordPress 选项数据表中安全删除“选项/值”对的方法。

Usage

<?php delete_option( $option ); ?>

parameters

parametersdata typeRequired or notdescriptivedefault value
$optionstring (computer science)be需要删除的选项名称,默认的选项名称可以在选项参考中查阅not have

return value

布尔值,如果删除成功,返回True,删除失败或选项不存在时返回False

usage example

下面代码将从选项数据表中删除一个名称为 ‘my_option’ 的选项。

<?php delete_option( 'my_option' ); ?>

We offer WordPress Themes and Plugins Custom Development Services

This site has long undertaken WordPress themes, plugins, WooCommerce-based store mall development business. We have 10 years of experience in WordPress development, if you want to Developing Websites with WordPress, please contact WeChat: iwillhappy1314 or email: amos@wpcio.com for inquiries.