PHP code example of nariyanto / wp-cron-inspector-lite
1. Go to this page and download the library: Download nariyanto/wp-cron-inspector-lite library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
nariyanto / wp-cron-inspector-lite example snippets
bash
php tests/run.php
php tests/validate-readme.php
find . -path ./vendor -prune -o -name '*.php' -print0 | xargs -0 -n1 php -l
bash scripts/build-release.sh