You are viewing a single comment's thread from:
RE: WordPress Steem 1.0.0 [BETA]
I think you need to add transition_post_status so that posts can be scheduled.
Fires when a post is transitioned from one status to another.
https://developer.wordpress.org/reference/hooks/transition_post_status/
Thanks for this recommendation. I've also been working on a prototype that will include this in the next version of the plugin. :)