get_most_recent_post_of_user
get_most_recent_post_of_user ( $user_id )
Parameters:Returns:- (array) Contains the blog_id, post_id, post_date_gmt, and post_gmt_ts.
Defined at:Change Log: - Introduced in WordPress: —
- Deprecated in WordPress: —
Description
Gets a user's most recent post.Walks through each of a user's blogs to find the post with
the most recent post_date_gmt.