=== Trigger Scheduled Events === Contributors: scottnelle Tags: cron, debug, wp_schedule_event, wp_cron Requires at least: 3.0 Tested up to: 4 Stable tag: 1.0 Trigger any scheduled event now instead of waiting until WP cron tells it to run. Handy for debugging. == Description == Trigger any scheduled event now instead of waiting until WP cron tells it to run. Handy for debugging. == Installation == 1. Upload Trigger Scheduled Events to the `/wp-content/plugins/` directory 1. Activate the plugin through the 'Plugins' menu in WordPress 1. View and trigger events from the Tools > Scheduled Events page. == Changelog == = 1.0 = * Initial Release