Personalization, A/B testing, and geolocation — easy to use with Elementor, Gutenberg, and all page builders.
Prioritized issue groups from the latest Plugin Check scan
Security
1,076
13 issue groups
Maintainability
573
9 issue groups
I18n
87
3 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '" ({$separateRealizations['geo']}/{$geo_license_bank} sessions)</span>"'.
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$addShortcode".
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Detected usage of a non-sanitized input variable: $_COOKIE[$cname]
Sample message
$_COOKIE[$cname] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Processing form data without nonce verification.
Sample message
Missing $domain parameter in function call to __().
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $used_geo_sessions at used_geo_sessions = '$used_geo_sessions'\n
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "activate_if_so".
Sample message
Use placeholders and $wpdb->prepare(); found $cid
Sample message
Detected usage of a possibly undefined superglobal array index: $_COOKIE[$cname]. Check that the array index exists before using it.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$slugCheckFilter".
Sample message
Processing form data without nonce verification.
Sample message
Unescaped parameter $daily_sessions_table_name used in $wpdb->get_results()\n$daily_sessions_table_name assigned unsafely at line 140.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "plugin_locale".
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
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
Mismatched text domain. Expected 'if-so' but got 'elementor'.
Sample message
Unescaped parameter $default_analytics_meta_key used in $wpdb->get_results()
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"No such method exists: $name"'.
Sample message
The $text parameter must be a single text string literal. Found: "#schedule-".$current_version_index
Sample message
Use of heredoc syntax (<<<) is not allowed; use standard strings or inline HTML instead
Sample message
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
Potential connections found in static code analysis.
Outbound calls
280
External assets
4
Incoming endpoints
16
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
1 more hidden
4 score snapshots
v1.10.1
22
Latest
v1.10.0.1
22
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 22 | 1,813 | 969 | 844 | v1.10.1 | 2.0.0 |
| 22 | 1,805 | 966 | 839 | v1.10.0.1 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.