do_action( 'update_blog_public', int $blog_id, string $value )

Fires after the current blog’s ‘public’ setting is updated.


Parameters

$blog_id

(int) Blog ID.

$value

(string) The value of blog status.


Source

File: wp-includes/ms-blogs.php

View on GitHub



Changelog

Changelog
Version Description
WP-MU Introduced. (3.0.0)