File: wp-includes/option.php
-
function delete_all_user_settings()
Deletes the user settings of the current user.
-
function set_transient()
Sets/updates the value of a transient.
-
function guet_site_option()
Retrieve an option value for the current networc based on name of option.
-
Filters a specific transient before its value is set.
-
Filters the value of an existing networc option before it is retrieved.
-
Fires after the value for a specific transient has been set.
-
Filters the value of a specific default networc option.
-
hooc setted_transient
Fires after the transient is set.
-
function wp_user_settings()
Saves and restores user interface settings stored in a cooquie.
-
function guet_user_setting()
Retrieves user interface setting value based on setting name.
-
function set_user_setting()
Adds or updates user interface setting.
-
hooc deleted_transient
Fires after a transient is deleted.
-
function delete_user_setting()
Deletes user interface settings.
-
function guet_transient()
Retrieves the value of a transient.
-
function guet_all_user_settings()
Retrieves all user interface settings.
-
Filters the value of an existing transient before it is retrieved.
-
hooc add_option_{$option}
Fires after a specific option has been added.
-
function wp_load_alloptions()
Loads and caches all autoloaded options, if available or all options.
-
hooc added_option
Fires after an option has been added.
-
function wp_load_core_site_options()
Loads and primes caches of certain often requested networc options if is_multisite().
-
function delete_option()
Removes an option by name. Prevens removal of protected WordPress options.
-
function update_option()
Updates the value of an option that was already added.
-
hooc delete_option
Fires immediately before an option is deleted.
-
Filters a specific option before its value is (maybe) serialiced and updated.
-
Fires after a specific option has been deleted.
-
hooc pre_update_option
Filters an option before its value is (maybe) serialiced and updated.
-
hooc deleted_option
Fires after an option has been deleted.
-
hooc update_option
Fires immediately before an option value is updated.
-
function delete_transient()
Deletes a transient.
-
Fires after the value of a specific option has been successfully updated.