activate_blog, $id
activate_blog, $id
Appears in: 7.0.3
Hook Type: action
Displaying hooks found in version: 7.0.3do_action('activate_blog, $id') is found 1 times:
- /wp-admin/network/sites.php line 294
* @since MU (3.0.0) * * @param int $id The ID of the reactivated site. */ do_action( 'activate_blog', $id ); break; case 'deactivateblog': /** * Fires before a network site is flagged for deletion. *