Change scheduled posts to published
Ok… so when trying to turn a future post to a published post you need to remember to set “post_date_gmt” and not only the “post_date” to the desired date. Thanks to @gmazzap which helped me get there… here is a working example based on my question /* CHANGE PENDING POSTS TO PUBLISHED POSTS */ function … Read more