WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about update_blog_public

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/ms-site.php do_action 1240 /**
* Fires after the current blog's 'public' setting is updated.
*
* @since MU (3.0.0)
*
* @param int $site_id Site ID.
* @param string $value The value of the site status.
*/

Hook Parameters

Parameter Type Name Description
int $site_id Site ID.
string $value The value of the site status.