1013*1014* @since 3.4.01015* @deprecated 4.9.0Use{@see 'clean_site_cache'} instead.1016*1017* @param int$blog_id Blog ID.1018*/1019do_action_deprecated('refresh_blog_details',array($blog_id),'4.9.0','clean_site_cache');1020}10211022/**1023* Adds metadata to a site.1024*1025*For historical reasons both the meta key and the meta value are expected to be "slashed"(slashes escaped) on input.
History
Introduced in 3.4.0. Unchanged from 6.7.7 through 7.1.0.