do_action( 'update_blog_public', int $site_id , string $value )
Fires after the current blog’s ‘public’ setting is updated.
Description Description
Parameters Parameters
- $site_id
-
(int) Site ID.
- $value
-
(string) The value of the site status.
Source Source
File: wp-includes/ms-site.php
Changelog Changelog
Version | Description |
---|---|
MU (3.0.0) | Introduced. |