WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about delete_option

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/option.php do_action 749 /**
* Fires immediately before an option is deleted.
*
* @since 2.9.0
*
* @param string $option Name of the option to delete.
*/

Hook Parameters

Parameter Type Name Description
string $option Name of the option to delete.