File: wp-includes/option.php
-
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.
-
functionform_option()
Prints option value after sanitizing for forms.
-
functionget_option()
Retrieves an option value based on an option name.
-
Filters the value of an existing option before it is retrieved.
-
Filters the default value for an option.
-
hookoption_{$option}
Filters the value of an existing option.
-
functionwp_protect_special_option()
Protects WordPress special option from being modified.