Merge pull request #145 from Automattic/add/internal-events-constant
Allow additional internal events via a constant
Showing
.gitignore
0 → 100644
Gruntfile.js
0 → 100755
composer.json
0 → 100644
{ | ||
"name": "automattic/cron-control", | ||
"description": "Execute WordPress cron events in parallel, with custom event storage for high-volume cron.", | ||
"license": "GPL-2.0", | ||
"require": { | ||
"php": ">=7.0.0" | ||
}, | ||
"require-dev": { | ||
"wp-cli/wp-cli": "*" | ||
} | ||
} |
languages/cron-control.pot
0 → 100644