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
Changelog
Version | Description |
---|---|
WP-4.4.0 | Added $id parameter. |
WP-3.0.0 | Introduced. |