delete_option()
Function: Removes option by name. Prevents removal of protected ClassicPress options.
Source: wp-includes/option.php:532
Function: Removes option by name. Prevents removal of protected ClassicPress options.
Source: wp-includes/option.php:532
Function: Loads and caches certain often requested site options if is_multisite() and a persistent cache is not being used.
Source: wp-includes/option.php:239
Function: Update the value of an option that was already added.
Source: wp-includes/option.php:285
Filter Hook: Filters a specific option before its value is (maybe) serialized and updated.
Source: wp-includes/option.php:312
Filter Hook: Filters an option before its value is (maybe) serialized and updated.
Source: wp-includes/option.php:323
Action Hook: Fires immediately before an option value is updated.
Source: wp-includes/option.php:359
Action Hook: Fires after the value of a specific option has been successfully updated.
Source: wp-includes/option.php:401
Action Hook: Fires after the value of an option has been successfully updated.
Source: wp-includes/option.php:412
Function: Add a new option.
Source: wp-includes/option.php:439
Action Hook: Fires before an option is added.
Source: wp-includes/option.php:474