https://github.com/beapi/missed-schedule
Publish future post when the publication date has passed and WordPress fails.
https://github.com/beapi/missed-schedule
future schedule wordpress wordpress-plugin
Last synced: 11 days ago
JSON representation
Publish future post when the publication date has passed and WordPress fails.
- Host: GitHub
- URL: https://github.com/beapi/missed-schedule
- Owner: BeAPI
- License: apache-2.0
- Created: 2015-10-13T15:22:41.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-11-13T16:37:32.000Z (about 1 year ago)
- Last Synced: 2025-11-27T14:43:24.827Z (3 months ago)
- Topics: future, schedule, wordpress, wordpress-plugin
- Language: PHP
- Homepage: https://beapi.fr
- Size: 153 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README

# Missed Schedule
Publish future post when the publication date has passed and WordPress fails. Prefer WP-CRON CLI usage instead synchronous execution.
## Requirements
* WordPress > 3.9
* PHP > 5.6
## Customization and hooks
This plugin doesn't have any hook.
It is possible to force the publication synchronously mode with the following constant. Otherwise, posts will be published via the WP_CRON tasks.
```