Fires after the current blog's 'public' setting is updated.
$site_idint$is_publicstringwp-includes/ms-site.php:1271wp_maybe_transition_site_statuses_on_update() * @since MU (3.0.0) * * @param int $site_id Site ID. * @param string $is_public Whether the site is public. A numeric string, * for compatibility reasons. Accepts '1' or '0'. */ do_action( 'update_blog_public', $site_id, $new_site->public ); }} /** * Cleans the necessary caches after specific site data has been updated. *Introduced in MU (3.0.0). Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.