File: wp-includes/option.php
-
Fires after a specific option has been deleted.
-
Filters an option before its value is (maybe) serialized and updated.
-
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.
-
functionform_option()
Prints option value after sanitizing for forms.