get_others_unpublished_posts
- get_others_unpublished_posts is deprecated since version 3.1.0!
Alternative: Use
get_others_unpublished_posts ( $user_id, $type = 'any' )
Parameters:- (int) user_id User ID to not retrieve posts from.
- (string) type Optional. Post type to retrieve. Accepts 'draft', 'pending' or 'any' (all). Default 'any'.
See:Returns:- (array) List of posts from others.
Defined at: - Introduced in WordPress: 2.3.0
- Deprecated in WordPress: 3.1.0
Description
Retrieves editable posts from other users.