update_option
Action Hook: Fires immediately before an option value is updated.
Source: wp-includes/option.php:510
Action Hook: Fires immediately before an option value is updated.
Source: wp-includes/option.php:510
Function: Deletes a transient.
Source: wp-includes/option.php:801
Action Hook: Fires after the value of a specific option has been successfully updated.
Source: wp-includes/option.php:554
Action Hook: Fires immediately before a specific transient is deleted.
Source: wp-includes/option.php:812
Action Hook: Fires after the value of an option has been successfully updated.
Source: wp-includes/option.php:565
Function: Adds a new option.
Source: wp-includes/option.php:594
Action Hook: Fires before an option is added.
Source: wp-includes/option.php:662
Action Hook: Fires after a specific option has been added.
Source: wp-includes/option.php:698
Function: Loads and caches all autoloaded options, if available or all options.
Source: wp-includes/option.php:301
Action Hook: Fires after an option has been added.
Source: wp-includes/option.php:708
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:356
Function: Removes option by name. Prevents removal of protected WordPress options.
Source: wp-includes/option.php:723
Function: Updates the value of an option that was already added.
Source: wp-includes/option.php:408
Action Hook: Fires immediately before an option is deleted.
Source: wp-includes/option.php:749
Filter Hook: Filters a specific option before its value is (maybe) serialized and updated.
Source: wp-includes/option.php:463
Action Hook: Fires after a specific option has been deleted.
Source: wp-includes/option.php:776
Filter Hook: Filters an option before its value is (maybe) serialized and updated.
Source: wp-includes/option.php:474
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
Function: Prints option value after sanitizing for forms.
Source: wp-includes/option.php:285