Uses
Uses | Description |
---|---|
wp-includes/ms-site.php: get_site() | Retrieves site data given a site ID or site object. |
wp-includes/ms-site.php: clean_site_cache | Fires immediately after a site has been removed from the object cache. |
wp-includes/plugin.php: do_action_deprecated() | Fires functions attached to a deprecated action hook. |
wp-includes/class-wp-site.php: WP_Site::__construct() | Creates a new WP_Site object. |
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. |
wp-includes/ms-site.php: refresh_blog_details | Fires after the blog details cache is cleared. |