Skip to content

recodecommerce/recode-cron-viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

8 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Re{code} Cron Viewer

WordPress Plugin Version PHP Version License

A lightweight WordPress plugin to view and debug all scheduled WP-Cron tasks.

πŸ“‹ Description

Re{code} Cron Viewer provides a clean, user-friendly interface to monitor all your WordPress scheduled tasks. Perfect for developers and site administrators who need to:

  • See exactly what tasks are scheduled
  • Verify tasks are running on time
  • Debug plugins that use WP-Cron
  • Monitor background processes
  • Troubleshoot scheduling issues

✨ Features

  • Dashboard Integration β€” Dedicated admin page in WordPress sidebar
  • Complete Overview β€” Lists all pending WP-Cron events
  • Detailed Information β€” Hook names, arguments, schedules, execution times
  • Timezone Aware β€” Converts to your site's local timezone
  • Status Indicators β€” Visual warnings for overdue tasks
  • Lightweight β€” Minimal performance impact

πŸ“₯ Installation

From WordPress.org

  1. Go to Plugins β†’ Add New
  2. Search for "Re{code} Cron Viewer"
  3. Click Install and Activate

Manual Installation

  1. Download the latest release
  2. Upload via Plugins β†’ Add New β†’ Upload Plugin
  3. Activate the plugin

From Source

git clone https://github.com/recodecommerce/recode-cron-viewer.git
cd recode-cron-viewer
# Upload files to wp-content/plugins/recode-cron-viewer/

πŸš€ Usage

  1. After activation, find Cron Viewer in your WordPress admin sidebar
  2. Click to view all scheduled tasks
  3. Review task details, schedules, and status indicators
  4. Red timestamps indicate overdue tasks

πŸ”§ Requirements

  • WordPress 5.0 or higher
  • PHP 7.4 or higher
  • Standard WP-Cron functionality

πŸ“Έ Screenshots

Admin Menu

Dashboard

❓ FAQ

Does this plugin modify my cron tasks?

No, this is a read-only viewer. It only displays information without making changes.

Will this slow down my site?

No, the plugin has minimal footprint and only loads on its admin page.

Can I delete or reschedule tasks?

Current version is view-only. Management features may be added in future releases.

Does it work with disabled WP-Cron?

Yes, it displays tasks even if you're using server-level cron (DISABLE_WP_CRON).

πŸ› οΈ Development

Project Structure

recode-cron-viewer/
β”œβ”€β”€ recode-cron-viewer.php    # Main plugin file
β”œβ”€β”€ readme.txt                # WordPress.org readme
β”œβ”€β”€ LICENSE                   # GPL v2 license
└── .gitignore

Contributing

Contributions are welcome! Please:

  1. Fork the repository
  2. Create a feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

Coding Standards

This plugin follows:

πŸ“ Changelog

Version 1.1.0 - 2026-01-27

  • Prepared for WordPress Repository submission
  • Updated tested WordPress version to 6.9
  • Improved code quality and standards compliance
  • Enhanced internationalization support
  • Fixed timezone handling using gmdate()
  • Enhanced security with proper output escaping
  • Improved arguments display formatting with JSON encoding

Version 1.0.10 - 2026-01-04

  • Improved internationalization
  • Code quality improvements

Version 1.0.0 - 2025-12-01

  • Initial release
  • Core functionality to view all WP-Cron tasks
  • Timezone-aware timestamps
  • Status indicators

πŸ”— Links

πŸ‘¨β€πŸ’» About re{code}commerce

This plugin is developed and maintained by re{code}commerce β€” a professional eCommerce development team specializing in:

  • WordPress & WooCommerce development
  • Custom eCommerce solutions
  • Payment gateway integrations
  • Platform migrations
  • Ongoing development support

Need custom WordPress development? Get in touch!

πŸ“„ License

Re{code} Cron Viewer is licensed under the GPL v2 or later.

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

Made with ❀️ by re{code}commerce

About

WordPress plugin to view and debug WP-Cron scheduled tasks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages