24* Fires after the blog details are updated.25*26* @since MU(3.0.0)27*28* @param int$blog_id Site ID.29*/30do_action('wpmu_blog_updated',$site_id);31}3233/**34* Gets a full site URL, given a site ID.35*36* @since MU(3.0.0)
History
Introduced in MU (3.0.0). Unchanged from 6.7.7 through 7.1.0.