delete_option()
Function: Removes option by name. Prevents removal of protected WordPress options.
Source: wp-includes/option.php:739
Function: Removes option by name. Prevents removal of protected WordPress options.
Source: wp-includes/option.php:739
Action Hook: Fires immediately before an option is deleted.
Source: wp-includes/option.php:765
Action Hook: Fires after a specific option has been deleted.
Source: wp-includes/option.php:801
Action Hook: Fires after an option has been deleted.
Source: wp-includes/option.php:810
Function: Deletes a transient.
Source: wp-includes/option.php:826
Function: Retrieves an option value based on an option name.
Source: wp-includes/option.php:78
Filter Hook: Filters the value of an existing option before it is retrieved.
Source: wp-includes/option.php:132
Filter Hook: Filters the default value for an option.
Source: wp-includes/option.php:188
Filter Hook: Filters the value of an existing option.
Source: wp-includes/option.php:253
Function: Protects WordPress special option from being modified.
Source: wp-includes/option.php:266