wpmu_update_blog_options action-hook . WP 3.0.0
Fires after the site options are updated.
Usage
add_action( 'wpmu_update_blog_options', 'action_function_name_3162' ); function action_function_name_3162( $id ){ // action... }
- $id(int)
- The ID of the site being updated.
Changelog
Since 3.0.0 | Introduced. |
Since 4.4.0 | Added $id parameter. |
Where the hook is called
In file: /wp-admin/network/site-settings.php
wpmu_update_blog_options
wp-admin/network/site-settings.php 60
do_action( 'wpmu_update_blog_options', $id );