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