File: wp-includes/option.php
-
functiondelete_user_setting()
Deletes user interface settings.
-
functionget_transient()
Retrieves the value of a transient.
-
functionget_all_user_settings()
Retrieves all user interface settings.
-
Filters the value of an existing transient before it is retrieved.
-
functionwp_set_all_user_settings()
Private. Sets all user interface settings.
-
Filters an existing transient’s value.
-
functiondelete_all_user_settings()
Deletes the user settings of the current user.
-
functionset_transient()
Sets/updates the value of a transient.
-
functionget_site_option()
Retrieve an option value for the current network based on name of option.
-
Filters a specific transient before its value is set.
-
Filters the value of an existing network option before it is retrieved.
-
Fires after the value for a specific transient has been set.
-
Filters the value of a specific default network option.
-
hooksetted_transient
Fires after the value for a transient has been set.
-
hookdeleted_option
Fires after an option has been deleted.
-
hookupdate_option
Fires immediately before an option value is updated.
-
functiondelete_transient()
Deletes a transient.
-
Fires after the value of a specific option has been successfully updated.
-
Fires immediately before a specific transient is deleted.
-
hookupdated_option
Fires after the value of an option has been successfully updated.
-
functionadd_option()
Adds a new option.
-
hookadd_option
Fires before an option is added.
-
Fires after a specific option has been added.
-
functionwp_load_alloptions()
Loads and caches all autoloaded options, if available or all options.
-
hookadded_option
Fires after an option has been added.
-
functionwp_load_core_site_options()
Loads and primes caches of certain often requested network options if is_multisite().
-
functiondelete_option()
Removes an option by name. Prevents removal of protected WordPress options.
-
functionupdate_option()
Updates the value of an option that was already added.
-
hookdelete_option
Fires immediately before an option is deleted.
-
Filters a specific option before its value is (maybe) serialized and updated.