delete_option

最后更新于:2021-11-26 06:00:20

do_action( ‘delete_option’, string $option )

Fires immediately before an option is deleted.

参数

$option

(string)
Name of the option to delete.

源文件

文件: gc-includes/option.php

View on Trac