Allow non logged-in users to check a draft of unpublished post by using secret link
Prioritized issue groups from the latest Plugin Check scan
Maintainability
44
10 issue groups
Security
40
9 issue groups
I18n
31
3 issue groups
Repo Compliance
2
2 issue groups
Sample message
Mismatched text domain. Expected 'post-draft-preview' but got 'pdp'.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "pdp/ajaxurl".
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a non-sanitized input variable: $_GET['post']
Sample message
$_GET['post'] 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
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "PDP_ASSETS_PATH".
Sample message
Processing form data without nonce verification.
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
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "createClass".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$type['label']'.
Sample message
Use placeholders and $wpdb->prepare(); found $metaKey
Sample message
Detected usage of meta_key, possible slow query.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$moduleName'.
Sample message
Unescaped parameter $metaKey used in $wpdb->get_var()\n$metaKey used without escaping.
Sample message
error_log() found. Debug code should not normally be used in production.
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['action']. Check that the array index exists before using it.
Sample message
rand() is discouraged. Use the far less predictable wp_rand() instead.
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
Hidden files are not permitted.
Sample message
The "/vendor" directory using composer exists, but "composer.json" file is missing.
Sample message
Tested up to: 6.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.
Sample message
The "Text Domain" header in the plugin file does not match the slug. Found "pdp", expected "post-draft-preview".
Potential connections found in static code analysis.
Outbound calls
104
External assets
0
Incoming endpoints
1
No external asset domains detected.
No public endpoints detected.
wp_ajax
First score snapshot
v1.2.2
35
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 35 | 118 | 49 | 69 | v1.2.2 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.