I am using WordPress 3.4.2. The codex doesn't say anything about this function being depreciated: http://codex.wordpress.org/Function_Reference/get_most_recent_post_of_user
Tell me more
×
WordPress Answers is a question and answer site for
WordPress developers and administrators. It's 100% free, no registration required.
|
|
get_most_recent_post_of_user() is for multisite installs to get the most recent post of the user from each blog. Here is a comparable function you can use that will return the post object of the defined users most recent post.
Usage:
|
||||
|
|
