get_others_pending()
get_others_pending( int $user_id )
从其他用户检索挂起的审阅帖子。
Retrieve pending review posts from other users.
说明(Description)
另见函数 get_posts()
参数(Parameters)
参数 | 类型 | 必填 | 说明 |
---|---|---|---|
$user_id | (int) | 必需 | 用户ID。 |
返回(Return)
(array)具有来自其他用户的挂起审阅帖子类型的帖子列表。
源码(Source)
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
3.1.0 | wp-admin/includes/deprecated.php:733 | 0 | 2 |
get_others_pending() 为WP2原创文章,链接:https://www.wp2.cn/functions/get_others_pending/