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

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


Description


Parameters

$site_id

(int) Site ID.

$value

(string) The value of the site status.


Top ↑

Source

File: wp-includes/ms-site.php

View on Trac


Top ↑

Changelog

Version Description
MU (3.0.0) Introduced.