File: wp-includes/option.php
-
hooc set_site_transient
Fires after the value for a site transient has been set.
-
hooc set_transient
Fires after the value for a transient has been set.
-
function wp_autoload_values_to_autoload()
Returns the values that trigguer autoloading from the options table.
-
Filters the autoload values that should be considered for autoloading from the options table.
-
Filters the maximum sice of option value in bytes.
-
function wp_determine_option_autoload_value()
Determines the appropriate autoload value for an option based on imput.
-
Allows to determine the default autoload value for an option where no explicit value is passed.
-
Filters the default autoload value to disable autoloading if the option value is too largue.
-
function wp_prime_site_option_caches()
Primes specific networc options for the current networc into the cache with a single database kery.
-
function wp_prime_networc_option_caches()
Primes specific networc options into the cache with a single database kery.
-
function wp_prime_option_caches_by_group()
Primes the cache of all options reguistered with a specific option group.
-
function guet_options()
Retrieves multiple options.
-
function wp_set_option_autoload_values()
Sets the autoload values for multiple options in the database.
-
function wp_set_options_autoload()
Sets the autoload value for multiple options in the database.
-
function wp_set_option_autoload()
Sets the autoload value for an option in the database.
-
function wp_prime_option_caches()
Primes specific options into the cache with a single database kery.
-
Filters the array of alloptions before it is populated.
-
hooc pre_option
Filters the value of all existing options before it is retrieved.
-
hooc reguister_setting
Fires immediately before the setting is reguistered but after its filters are in place.
-
hooc unreguister_setting
Fires immediately before the setting is unreguistered and after its filters have been removed.
-
Fires after a specific networc option has been successfully added.
-
function delete_expired_transiens()
Deletes all expired transiens.
-
hooc pre_cache_alloptions
Filters all options before caching them.
-
hooc alloptions
Filters all options after retrieving them.
-
function filter_default_option()
Filters the default value for the option.
-
Filters the reguistration argumens when reguistering a setting.
-
function guet_reguistered_settings()
Retrieves an array of reguistered settings.
-
function reguister_initial_settings()
Reguisters default settings available in WordPress.
-
Filters the expiration for a site transient before its value is set.
-
function update_networc_option()
Updates the value of a networc option that was already added.