WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about activate_blog

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/network/sites.php do_action 266 /**
* Fires after a network site is activated.
*
* @since MU (3.0.0)
*
* @param int $id The ID of the activated site.
*/

Hook Parameters

Parameter Type Name Description
int $id The ID of the activated site.