Uses
Uses | Description |
---|---|
wp-includes/cache.php: wp_cache_delete() | Removes the cache contents matching key and group. |
wp-includes/load.php: wp_using_ext_object_cache() | Toggle |
wp-includes/plugin.php: do_action() | Execute functions hooked on a specific action hook. |
wp-includes/option.php: delete_site_option() | Removes a option by name for the current network. |
wp-includes/option.php: delete_site_transient_{$transient} | Fires immediately before a specific site transient is deleted. |
wp-includes/option.php: deleted_site_transient | Fires after a transient is deleted. |