wpmu_blog_updated, $site_id
wpmu_blog_updated, $site_id
Appears in: 7.0.3
Hook Type: action
Displaying hooks found in version: 7.0.3do_action('wpmu_blog_updated, $site_id') is found 1 times:
- /wp-includes/ms-blogs.php line 35
* @since MU (3.0.0) * * @param int $blog_id Site ID. */ do_action( 'wpmu_blog_updated', $site_id ); } /** * Gets a full site URL, given a site ID. * * @since MU (3.0.0)