Missed Schedule Publisher
Catches scheduled posts that have been missed and publishes them.
by Austin Passy · github.com/thefrosty/wp-missed-schedule-publisher · website
★ 0stars
1release downloads
616composer installs
0forks
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/thefrosty/wp-missed-schedule-publisher/releases/download/1.0.1/wp-missed-schedule-publisher.zipAlso on Packagist as thefrosty/wp-missed-schedule-publisher:
composer require thefrosty/wp-missed-schedule-publisherDeclares an update source (https://github.com/thefrosty/wp-missed-schedule-publisher), so updates arrive through the plugin's own updater.
From the readme
WordPress Missed Schedule Publisher
Catches scheduled posts that have been missed and publishes them.
Package Installation (via Composer)
$ composer require thefrosty/wp-missed-schedule-publisher:^1.0
Integrations
Supports the following 3rd party plugin(s):
Simple History -- log missed scheduled events and publications
- Actions
1. TheFrosty\WpMissedSchedulePublisher\WpAdmin\MissedSchedulePublisher::ACTIONSCHEDULEMISSED
2. TheFrosty\WpMissedSchedulePublisher\WpAdmin\MissedSchedulePublisher::ACTIONSCHEDULEPUBLISH
- How to use actions
- When a one or more posts have missed their schedule. Example:
- When a post that missed its schedule is published. Example:
- Filters
1. TheFrosty\WpMissedSchedulePublisher\WpAdmin\MissedSchedulePublisher::FILTERBATCHLIMIT
2. TheFrosty\WpMissedSchedulePublisher\WpAdmin\MissedSchedulePublisher::FILTERFREQUENCY
- How to use filters
- Change the allowed batch (query) limit count. Example:
- Change the frequency of the check (in seconds). Example:
Read the full README on GitHub →