328* Fires after a site is retrieved.329*330* @since 4.6.0331*332* @param WP_Site$_site Site data.333*/334$_site=apply_filters('get_site',$_site);335336return$_site;337}338339/**340* Adds any sites from the given IDs to the cache that do not already exist in cache.
History
Introduced in 4.6.0. Unchanged from 6.7.7 through 7.1.0.