Contributors: tripflex, Kubitomakita
Tags: cron, wp cron, manager, cron manager, add cron, execute cron, run cron, add cron, custom cron, cron list, remove cron, delete cron
Requires at least: 3.8
Tested up to: 4.5
Stable tag: 2.0.0
License: GPLv3+
Advanced manager for WordPress Cron tasks and schedules. Adding, removing and viewing with a few clicks.
This plugin allow you to manage WP Cron tasks:
- viewing
- deleting tasks and schedules
- adding tasks and schedules
Plugin use AJAX request so you'll need enabled Javascript in order to use it.
Advanced Cron Manager PRO
PRO version includes
- Cron Logger - log cron executions
Informations about WP Cron
Please remember - after deactivation of this plugin added Schedules will be not available. Added Tasks will still work unless they use your custom schedule.
Important - WordPress Cron is depended on the User. WP Cron fires only on the page visit so it can be inaccurate.
Additional informations
Plugin supports i18n. If you would like to translate it grab a .po file, translate it and send it to me for plugin update. I'll be thankful :)
- Upload
wp-advanced-cron-managerdirectory to the/wp-content/plugins/directory - Activate the plugin through the 'Plugins' menu in WordPress
Plugin's page sits under Tools menu item.
Tasks yes. Schedules no.
It's used for action. For example if your hook is hook_name you'll need to add in PHP: 'add_action('hook_name', 'function_name');'
- Fork of Advanced Cron Manager created, major version bump to 2.0.0 to differentiate between source of fork
- Fixed “On next page load” incorrectly showing when not true
- Fixed output next run time
- Next run now shows GMT time AND local time based on WordPress timezone settings
- Next run date format now uses WordPress date format by default
- Next run time format now uses WordPress time format by default
- Fixed output PHP warning and error for cron args when argument is an array
- Metabox promo update
- Fixed executing when args are provided
- Added hooks for PRO version
- Removed PHP closing tags
- Added settings widget
- Fixed arguments passed to the action on AJAX request
- Added promo metabox
- WordPress 4.1 comatybility check
- Updated translation
- Added plugin icon
- Readme improvement
- Added execution button
- Removed debug alert
- Fixed Schedules list from other plugins
- Plugin relase
Removed debug alert and added execution button
Fixed Schedules list from other plugins
Plugin relase
