do_action( 'wpmu_update_blog_options', int $id )

Fires after the site options are updated.


Parameters

$id

(int) The ID of the site being updated.


Source

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

View on GitHub


Changelog

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