achttienvijftien/missed-schedule-fixer
Fixes "missed schedule" problems with posts
86,026
1
| Install | |
|---|---|
composer require achttienvijftien/missed-schedule-fixer |
|
| Latest Version: | 1.0.0 |
| PHP: | ^8.1 |
| License: | GPL-3.0-or-later |
| Last Updated: | Sep 23, 2024 |
| Links: | GitHub · Packagist |
Maintainer: dennisenderink
Missed Schedule Fixer
Ever had problems with scheduled posts not being published? This plugin fixes that problem.
Prerequisites
Basic installation
- PHP >= 8.1
- Composer
Testing
Testing
Setup
- Install Composer packages:
composer install - Install the correct Node.js version:
nvm install - Install NPM packages:
yarn - Start wp-env
yarn wp-env start - Check if test suite is ready:
yarn test - When test result is OK you're ready to start writing tests in test/php