This plugin allows you to take control over the execution of cron jobs.
Prioritized issue groups from the latest Plugin Check scan
Security
42
8 issue groups
Maintainability
20
13 issue groups
I18n
11
3 issue groups
Repo Compliance
1
1 issue group
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$setting'.
Sample message
A function call to __() with texts containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders.
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
The plugin name includes a restricted term. Your chosen plugin name - "WP-Cron Control" - contains the restricted term "wp" which cannot be used at all in your plugin name.
Sample message
Use of a direct database call is discouraged.
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
Use placeholders and $wpdb->prepare(); found $sql
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$this->plugin_prefix . 'default_settings'".
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "DISABLE_WP_CRON".
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a non-sanitized input variable: $_REQUEST['_wp_http_referer']
Sample message
Detected usage of a possibly undefined superglobal array index: $_REQUEST['_wp_http_referer']. Check that the array index exists before using it.
Sample message
$_REQUEST['_wp_http_referer'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1$s, %2$s", but got "%s, %s" in 'You enabled %s. To make sure that scheduled tasks are still executed correctly, you will need to setup a system cron job that will call %s with the secret parameter defined in the settings.'.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$doing_wp_cron".
Sample message
Processing form data without nonce verification.
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
screen_icon() has been deprecated since WordPress version 3.8.0.
Sample message
Missing $domain parameter in function call to __().
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Missing "License". Please update your readme with a valid GPLv2 (or later) compatible license.
Not analyzed yet.
First score snapshot
v0.7.1
37
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 37 | 76 | 54 | 22 | v0.7.1 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.