Uses
Uses | Description |
---|---|
wp-includes/ms-network.php: clean_network_cache | Fires immediately after a network has been removed from the object cache. |
wp-includes/cache.php: wp_cache_delete() | Removes the cache contents matching key and group. |
wp-includes/cache.php: wp_cache_set() | Saves the data to the cache. |
wp-includes/plugin.php: do_action() | Execute functions hooked on a specific action hook. |