Like Dislike for WordPress Posts | WordPress Page | Custom Post Types
Prioritized issue groups from the latest Plugin Check scan
Security
91
6 issue groups
I18n
88
2 issue groups
Maintainability
16
3 issue groups
Repo Compliance
1
1 issue group
Sample message
The $domain parameter must be a single text string literal. Found: PLD_TD
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
$_COOKIE['pld_' . $post_id] 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
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$i'.
Sample message
Detected usage of a non-sanitized input variable: $_COOKIE['pld_' . $post_id]
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['post_id']. Check that the array index exists before using it.
Sample message
In footer ($in_footer) is not set explicitly wp_enqueue_script; It is recommended to load scripts in the footer. Please set this value to `true` to load it in the footer, or explicitly `false` if it should be loaded in the header.
Sample message
load_plugin_textdomain() has been discouraged since WordPress version 4.6. When your plugin is hosted on WordPress.org, you no longer need to manually include this function call for translations under your plugin slug. WordPress will automatically load the translations for you as needed.
Sample message
print_r() found. Debug code should not normally be used in production.
Sample message
Processing form data without nonce verification.
Sample message
The "Domain Path" header in the plugin file must point to an existing folder. Found: "languages"
Not analyzed yet.
First score snapshot
v1.1.6
42
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 42 | 196 | 157 | 39 | v1.1.6 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.