get_usernumposts

过滤钩子
apply_filters( 'get_usernumposts', $count, $userid, $post_type, $public_only )
参数
  • (int) $count The user's post count.
    Required:
  • (int) $userid User ID.
    Required:
  • (string|array) $post_type Single post type or array of post types to count the number of posts for.
    Required:
  • (bool) $public_only Whether to limit counted posts to public posts.
    Required:
定义位置
相关勾子
get_users_draftsget_termsget_terms_argsget_terms_defaultsusername_exists
相关方法
get_usernumpostsget_postsget_usersget_usermetaget_users_draftsget_user_meta
引入
4.3.1
弃用
-

get_usernumposts: 这个函数检索一个特定用户所写的文章的数量。该用户是由用户ID指定的。

过滤一个用户所写的文章的数量。

return apply_filters( 'get_usernumposts', $count, $userid, $post_type, $public_only );

常见问题

FAQs
查看更多 >