Clean up WordPress website HTTPS insecure content
Prioritized issue groups from the latest Plugin Check scan
Security
56
5 issue groups
Maintainability
20
9 issue groups
I18n
10
1 issue group
Supply Chain
1
1 issue group
Sample message
Detected usage of a non-sanitized input variable: $_GET['page']
Sample message
Processing form data without nonce verification.
Sample message
$_GET['sslfix_nonce'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$msg'.
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
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "ssl_insecure_content_ajax_exclude".
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$ext".
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "ssl_fix_hash_equals".
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "SSLInsecureContentFixer".
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: readfile().
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
print_r() found. Debug code should not normally be used in production.
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Resource version not set in call to wp_enqueue_style(). This means new versions of the style may not always be loaded due to browser caching.
Sample message
Hidden files are not permitted.
Sample message
Missing "License" in Plugin Header. Please update your Plugin Header with a valid GPLv2 (or later) compatible license.
Sample message
Function "wp_doing_ajax()" requires WordPress 4.7.0, but your plugin minimum supported version is WordPress 4.0.0.
Not analyzed yet.
First score snapshot
v2.7.2
35
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 35 | 88 | 28 | 60 | v2.7.2 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.