Cronjob Scheduler allows you to automate regular tasks and actions within your WordPress installation!
Prioritized issue groups from the latest Plugin Check scan
Security
33
6 issue groups
Maintainability
20
7 issue groups
Repo Compliance
3
3 issue groups
Sample message
Detected usage of a non-sanitized input variable: $_POST['cron']
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$attributes".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<div class='{$notice['class']}'><p>{$notice['message']}</p></div>"'.
Sample message
$_POST['cron'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Processing form data without nonce verification.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "my_cronjob_action".
Sample message
Processing form data without nonce verification.
Sample message
Short PHP opening tag used with echo; expected "<?php echo has_action ..." but found "<?= has_action ..."
Sample message
Offloading images, js, css, and other scripts to your servers or any remote service is disallowed.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$attributes['hook']".
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['scheduler_nonce']. Check that the array index exists before using it.
Sample message
Your plugin has an invalid license declared. Please update your readme with a valid SPDX license identifier.
Sample message
Tested up to: 5.4 < 7.0. The "Tested up to" value in your plugin is not set to the current version of WordPress. This means your plugin will not show up in searches, as we require plugins to be compatible and documented as tested up to the most recent version of WordPress.
Sample message
Missing "License" in Plugin Header. Please update your Plugin Header with a valid GPLv2 (or later) compatible license.
Potential connections found in static code analysis.
Outbound calls
8
External assets
1
Incoming endpoints
0
No public endpoints detected.
First score snapshot
v1.40.1
42
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 42 | 56 | 20 | 36 | v1.40.1 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.