pre_get_blogs_of_user

過濾鉤子
apply_filters( 'pre_get_blogs_of_user', null, $user_id, $all )
引數
  • (null|object[]) $sites An array of site objects of which the user is a member.
    Required:
  • (int) $user_id User ID.
    Required:
  • (bool) $all Whether the returned array should contain all sites, including those marked 'deleted', 'archived', or 'spam'. Default false.
    Required:
定義位置
相關勾子
get_blogs_of_userpre_get_space_usedpre_get_block_templatepre_get_sitesget_bloginfo_rss
相關方法
get_blogs_of_userget_active_blog_for_userget_blog_postget_blog_id_from_urlget_blog_countis_blog_user
引入
4.6.0
棄用
-

pre_get_blogs_of_user 是一個過濾鉤子,允許你在WordPress檢索之前修改特定使用者的部落格列表。

在填充使用者的網站列表之前對其進行篩選。

從過濾器返回非空值將有效地短路get_blogs_of_user(),而返回該值。

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
$sites = apply_filters( 'pre_get_blogs_of_user', null, $user_id, $all );
$sites = apply_filters( 'pre_get_blogs_of_user', null, $user_id, $all );
$sites = apply_filters( 'pre_get_blogs_of_user', null, $user_id, $all );

常見問題

FAQs
檢視更多 >