Duplicate post, post order, image resize, email via SMTP, admin menu editor, custom css / code, disable gutenberg and much more in a single plugin.
Prioritized issue groups from the latest Plugin Check scan
Security
254
11 issue groups
Maintainability
140
11 issue groups
I18n
30
3 issue groups
Sample message
Processing form data without nonce verification.
Sample message
$_COOKIE['asenha_password_protection'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Function "is_login()" requires WordPress 6.1.0, but your plugin minimum supported version is WordPress 4.6.0.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$active_plugin_slugs".
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['nonce']. Check that the array index exists before using it.
Sample message
Detected usage of a non-sanitized input variable: $_COOKIE['asenha_password_protection']
Sample message
Use of a direct database call is discouraged.
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Processing form data without nonce verification.
Sample message
Translatable string should not be wrapped in HTML. Found: '<div class="asenha-warning">When password protection is enabled and the password input form is displayed, caching is disabled using <a href="%s"><code>nocache_headers()</code></a>. Caching remains disabled after submitting the valid password and seeing the actual page content.</div>'
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 $failed_login_attempts_log_entries_amount_to_keep
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$clear'.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "bmp_to_image_object".
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
trigger_error() found. Debug code should not normally be used in production.
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
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fread().
Sample message
The $text parameter must be a single text string literal. Found: $checkbox_id
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "AUTOMATIC_UPDATER_DISABLED".
Sample message
Unescaped parameter $table_name used in $wpdb->query()
Sample message
Unescaped parameter $sql used in $wpdb->get_results()\n$sql assigned unsafely at line 1290.
Sample message
wp_redirect() found. Using wp_safe_redirect(), along with the "allowed_redirect_hosts" filter if needed, can help avoid any chances of malicious redirects within code. It is also important to remember to call exit() after a redirect so that no other unwanted code is executed.
Sample message
Resource version not set in call to wp_enqueue_script(). This means new versions of the script may not always be loaded due to browser caching.
Potential connections found in static code analysis.
Outbound calls
286
External assets
0
Incoming endpoints
14
No external asset domains detected.
No public endpoints detected.
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
2 more hidden
4 score snapshots
v8.8.7
23
Latest
v8.8.6
23
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 23 | 467 | 136 | 331 | v8.8.7 | 2.0.0 |
| 23 | 466 | 136 | 330 | v8.8.6 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.