wpmu_update_blog_options

动作钩子


do_action( 'wpmu_update_blog_options', $id )
参数
  • (int)
    $id
    The ID of the site being updated.
    Required:
定义位置
  • wp-admin/network/site-settings.php
    , line 60
引入
4.4.0
弃用

Fires after the site options are updated.

do_action( 'wpmu_update_blog_options', $id );