Create and customize popups. Display messages, Call to actions, promotions, or announcements to engage visitors and boost interaction.
Prioritized issue groups from the latest Plugin Check scan
Security
490
10 issue groups
Maintainability
286
13 issue groups
I18n
53
2 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<p><strong>$message</strong></p></div>"'.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$activityDates".
Sample message
Processing form data without nonce verification.
Sample message
$_GET['cminds_action'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a non-sanitized input variable: $_FILES['importJSON']
Sample message
Mismatched text domain. Expected 'cm-pop-up-banners' but got ''.
Sample message
Use placeholders and $wpdb->prepare(); found $postIn
Sample message
Processing form data without nonce verification.
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
Missing $domain parameter in function call to __().
Sample message
File and folder names must not contain spaces or special characters.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$config['abbrev'] . '_after_config'".
Sample message
Detected usage of a possibly undefined superglobal array index: $_FILES['importJSON']['tmp_name']. Check that the array index exists before using it.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
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
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
All output should be run through an escaping function (like echo esc_html_x() or echo esc_attr_x()), found '_ex'.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "cm_popflyin_submenu_page".
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
Unescaped parameter $where used in $wpdb->get_results()\n$where assigned unsafely at line 1730.
Sample message
rand() is discouraged. Use the far less predictable wp_rand() instead.
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
Sample message
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
Sample message
Unescaped parameter $postIn used in $wpdb->get_results()\n$postIn assigned unsafely at line 1844.
Not analyzed yet.
First score snapshot
v1.8.6
24
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 24 | 874 | 466 | 408 | v1.8.6 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.