Hi,
I am writing a wordpress plugin. I would like to to set the post status to publish if post status is future.
I know one hook that is to be used that is pre_post_update.
However where is the array of post related details stored so that I can change the post_status?
Thanks for the help