I have a plugin that I need to change the post date time. What WP function should I use to do this?
thanks
I have a plugin that I need to change the post date time. What WP function should I use to do this?
thanks
You must be logged in to post a comment.
You would want to use
wp_update_post($post)
with a newpost_date
value – http://codex.wordpress.org/Function_Reference/wp_update_post