A/B test your pages, headlines and buttons. Runs on your own site: no account, no visitor limit, and your data never leaves.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
39
8 issue groups
Security
38
5 issue groups
I18n
2
2 issue groups
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$chart".
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
Processing form data without nonce verification.
Sample message
Detected usage of a non-sanitized input variable: $_GET['id']
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "DONOTCACHEDB".
Sample message
Unescaped parameter $table used in $wpdb->get_var()\n$table assigned unsafely at line 236.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable {$table_name} at "SELECT COUNT(*) FROM {$table_name} WHERE splittest_id = %d AND run = %d AND id <= %d"
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
Attempting a database schema change is discouraged.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "finestics_endpoint".
Sample message
Namespaces declared by a theme/plugin should start with the theme/plugin prefix. Found: "Finestics".
Sample message
A function call to _n() 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
Plugin name "EasyTest - Simplify A/B Testing" is different from the name declared in plugin header "EasyTest - Simplify A/B Testing (Former ConvertPro)".
Sample message
The "/vendor" directory using composer exists, but "composer.json" file is missing.
Potential connections found in static code analysis.
Outbound calls
30
External assets
0
Incoming endpoints
3
No external asset domains detected.
register_rest_route
wp_ajax
wp_ajax
4 score snapshots
v1.0.4
54
Latest
v1.0.3
52
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 54 | 79 | 1 | 78 | v1.0.4 | 2.1.0 |
| 52 | 79 | 1 | 78 | v1.0.3 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.