do_action( 'wpmu_update_blog_options', int $id )

Fires after the site options are updated.


Parameters

$id

The ID of the site being updated.


Source

File: wp-admin/network/site-settings.php

View on GitHub


Changelog

Changelog
Version Description
4.4.0 Added $id parameter.
3.0.0 Introduced.