Add custom CSS and JavaScript to headers and footers on your site with the header and footer plugin for enhanced control and design.
Prioritized issue groups from the latest Plugin Check scan
Security
316
10 issue groups
Maintainability
65
11 issue groups
I18n
39
4 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$GLOBALS['wp_embed']'.
Sample message
$_GET['cminds_action'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a non-sanitized input variable: $_GET['cminds_action']
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['cminds-sysinfo']. Check that the array index exists before using it.
Sample message
Mismatched text domain. Expected 'cm-header-footer-script-loader' but got 'cminds'.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$filterName".
Sample message
Processing form data without nonce verification.
Sample message
Processing form data without nonce verification.
Sample message
Missing $domain parameter in function call to __().
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$confirmation_message".
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.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'activate_' . self::$plugin_basename".
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
The $domain parameter must be a single text string literal. Found: CMHeaderAndFooterSL::$plugin_text_domain
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "CMHeaderAndFooterSL".
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
No PHP code was found in this file and short open tags are not allowed by this install of PHP. This file may be using short open tags but PHP does not allow them.
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
Unescaped parameter $meta_key used in $wpdb->get_results()\n$meta_key assigned unsafely at line 857.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $meta_key at "SELECT * FROM $wpdb->postmeta WHERE meta_key = '$meta_key'"
Sample message
It is not necessary to prepare a query which doesn't use variable replacement.
Sample message
Accessing the database directly should be avoided. Please use the $wpdb object and associated functions instead. Found: mysqli_get_server_info.
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Potential connections found in static code analysis.
Outbound calls
112
External assets
3
Incoming endpoints
6
No public endpoints detected.
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
First score snapshot
v1.3.1
36
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 36 | 428 | 230 | 198 | v1.3.1 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.