Uses
Uses | Description |
---|---|
wp-includes/option.php: expiration_of_site_transient_{$transient} | Filters the expiration for a site transient before its value is set. |
wp-includes/cache.php: wp_cache_set() | Saves the data to the cache. |
wp-includes/load.php: wp_using_ext_object_cache() | Toggle |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/plugin.php: do_action() | Execute functions hooked on a specific action hook. |
wp-includes/option.php: pre_set_site_transient_{$transient} | Filters the value of a specific site transient before it is set. |
wp-includes/option.php: set_site_transient_{$transient} | Fires after the value for a specific site transient has been set. |
wp-includes/option.php: setted_site_transient | Fires after the value for a site transient has been set. |
wp-includes/option.php: add_site_option() | Adds a new option for the current network. |
wp-includes/option.php: update_site_option() | Updates the value of an option that was already added for the current network. |
wp-includes/option.php: get_site_option() | Retrieve an option value for the current network based on name of option. |