choose_primary_blog()

choose_primary_blog()函数是Wordpress函数

  1. choose_primary_blog()

处理选择用户主站点的显示。
Handles the display of choosing a user’s primary site.

说明(Description)

这将显示用户的主站点,并允许用户选择哪个站点是主站点。


返回(Return)

无返回值


源码(Source)

  1. /**
  2. * Handles the display of choosing a user's primary site.
  3. *
  4. * This displays the user's primary site and allows the user to choose
  5. * which site is primary.
  6. *
  7. * @since 3.0.0
  8. */
  9. function choose_primary_blog() {
  10. ?>
  11. 1 ) {
  12. $found = false;
  13. ?>
  14. userblog_id )
  15. $found = true;
  16. ?>userblog_id ); ?>>userblog_id ) ) ?>
  17. userblog_id );
  18. }
  19. } elseif ( count( $all_blogs ) == 1 ) {
  20. $blog = reset( $all_blogs );
  21. echo esc_url( get_home_url( $blog->userblog_id ) );
  22. if ( $primary_blog != $blog->userblog_id ) // Set the primary blog again if it's out of sync with blog list.
  23. update_user_meta( get_current_user_id(), 'primary_blog', $blog->userblog_id );
  24. } else {
  25. echo "N/A";
  26. }
  27. ?>
更新版本源码位置使用被使用
3.0.0wp-admin/includes/ms.php:75808
0 条回复 A文章作者 M管理员
欢迎您,新朋友,感谢参与互动!
    暂无讨论,说说你的看法吧
个人中心
购物车
优惠劵
今日签到
私信列表
搜索