Automate your WordPress post scheduling with Publish to Schedule. Set rules for days and times to publish posts automatically, saving you time and ens …
Prioritized issue groups from the latest Plugin Check scan
Security
108
8 issue groups
I18n
87
4 issue groups
Maintainability
41
8 issue groups
Repo Compliance
2
2 issue groups
Sample message
Mismatched text domain. Expected 'publish-to-schedule' but got ''.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"pts_$iday"'.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Detected usage of a non-sanitized input variable: $_POST['my_form_nonce']
Sample message
$_POST['my_form_nonce'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['pts_0']. Check that the array index exists before using it.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
The $text parameter must be a single text string literal. Found: 'Believe me... even <strong>$'. $howMuch. ' per month</strong> will make me super happy... :)'
Sample message
rand() is discouraged. Use the far less predictable wp_rand() instead.
Sample message
The $text parameter must not contain interpolated variables or expressions. Found: $plName
Sample message
Unescaped parameter $sql used in $wpdb->get_results()\n$sql assigned unsafely at line 254.
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
print_r() found. Debug code should not normally be used in production.
Sample message
Using __FILE__ for menu slugs risks exposing filesystem structure.
Sample message
srand() is discouraged. Rand seeding is not necessary when using the wp_rand() function (as you should).
Sample message
Missing $domain parameter in function call to __().
Sample message
Tested up to: 6.9 < 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
The "Short Description" section is too long and was truncated. A maximum of 150 characters is supported.
Sample message
Incorrect Stable Tag. It's recommended not to use "Stable Tag: trunk". Your Stable Tag is meant to be the stable version of your plugin and it needs to be exactly the same with the Version in your main plugin file's header. Any mismatch can prevent users from downloading the correct plugin files from WordPress.org.
Not analyzed yet.
First score snapshot
v4.5.8
37
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 37 | 238 | 195 | 43 | v4.5.8 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.