Hi!
I'd like to make this mysql command into a script and run it as a cron:
DELETE FROM xx_posts WHERE post_content=''
However, I don't know how. So the question is what should the php file look like to access and delete the empty wordpress posts from the database?
Thank you!