Wordpress - Content Management
You want to schedule a post for tomorrow at 9 AM and keep it as a draft until then. Which combination of
post_status and post_date should you use?post_status and post_date should you use?post_date to tomorrow 9 AM; "keep as draft" means no auto-publishing, so use post_status = 'draft'.post_date; future dates do not trigger auto-publish.post_status = 'draft' with post_date tomorrow: stays draft now, dated tomorrow when manually published.post_status = 'draft' and post_date set to tomorrow 9 AM -> Option Cpost_date = draft with future date [OK]15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions