WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about deactivate_blog

Back to home

Files

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

Hook Parameters

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