Skip to content

WP-CLI commands to check for scheduled posts that have missed their publish date/time.

Notifications You must be signed in to change notification settings

robwent/wp-check-scheduled-posts-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

WP Check Scheduled Posts with WP-CLI

This plugin is based on the scheduled-post-trigger plugin but uses wp-cli commands rather than running each time a user hits the site.

Commands

There is only one command.

php wp-cli.phar wpcspc check_posts

This checks for posts that have publish status set to 'future' with a past publishing time.

If any posts are found they will be transitioned to the 'publish' state.

About

WP-CLI commands to check for scheduled posts that have missed their publish date/time.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages