File: wp-includes/option.php
-
functionget_network_option()
Retrieves a network’s option value based on the option name.
-
Filters the expiration for a transient before its value is set.
-
functionregister_setting()
Registers a setting and its data.
-
functionunregister_setting()
Unregisters a setting.
-
Filters the value of an existing site transient.
-
functionset_site_transient()
Sets/updates the value of a site transient.
-
Filters the value of a specific site transient before it is set.
-
Fires after the value for a specific site transient has been set.
-
Fires after the value for a site transient has been set.
-
Fires after the value of a network option has been successfully updated.
-
functionadd_site_option()
Adds a new option for the current network.
-
functiondelete_site_transient()
Deletes a site transient.
-
Filters the value of a specific network option before it is added.
-
Fires immediately before a specific site transient is deleted.
-
hookadd_site_option
Fires after a network option has been successfully added.
-
Fires after a transient is deleted.
-
functiondelete_site_option()
Removes an option by name for the current network.
-
functionget_site_transient()
Retrieves the value of a site transient.
-
Fires immediately before a specific network option is deleted.
-
Filters the value of an existing site transient before it is retrieved.
-
Fires after a specific network option has been deleted.
-
Fires after a network option has been deleted.
-
functionupdate_site_option()
Updates the value of an option that was already added for the current network.
-
Filters a specific network option before its value is updated.
-
Fires after the value of a specific network option has been successfully updated.
-
Filters the value of an existing network option.
-
functionwp_user_settings()
Saves and restores user interface settings stored in a cookie.
-
functionget_user_setting()
Retrieves user interface setting value based on setting name.
-
functionset_user_setting()
Adds or updates user interface setting.
-
Fires after a transient is deleted.