switch_blog

动作钩子
do_action( 'switch_blog', $new_blog_id, $prev_blog_id, 'switch' )
参数
  • (int) $new_blog_id New blog ID.
    Required:
  • (int) $prev_blog_id Previous blog ID.
    Required:
  • (string) $context Additional context. Accepts 'switch' when called from switch_to_blog() or 'restore' when called from restore_current_blog().
    Required:
定义位置
相关勾子
switch_localearchive_blogunarchive_blogmature_blogsignup_blogform
相关方法
switch_to_blogswitch_to_localewp_cache_switch_to_blogsignup_bloginsert_bloginstall_blog
引入
5.4.0
弃用
-

switch_blog: 这是一个WordPress的动作钩子,当当前的博客被切换时被触发,可以是用户登录到不同的博客,也可以是当前博客的程序性改变。

当博客被切换时触发。

do_action( 'switch_blog', $new_blog_id, $prev_blog_id, 'switch' );

常见问题

FAQs
查看更多 >