Send WordPress form and order data to 200+ CRMs, email tools, and sheets — no code, no per-task fees, data stays on your site.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
5,742
10 issue groups
Security
4,076
13 issue groups
I18n
398
2 issue groups
Sample message
Function "_doing_it_wrong()" requires WordPress 3.1.0, but your plugin minimum supported version is WordPress 3.0.1.
Sample message
Processing form data without nonce verification.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$account_addon_ids".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '" <a href='{$skip_url}' class='button button-small button-secondary'>{$use_plugin_anonymously_text}</a>"'.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Detected usage of a non-sanitized input variable: $_FILES['adfoin_import_file']
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['_nonce']. Check that the array index exists before using it.
Sample message
$_GET['action'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Processing form data without nonce verification.
Sample message
Mismatched text domain. Expected 'advanced-form-integration' but got 'action-scheduler'.
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
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
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "_fs_text".
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "FS_API__ADDRESS".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"The bulk action $action does not have a callback method"'.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $placeholders at "DELETE FROM {$this->log->table} WHERE id IN ($placeholders)"
Sample message
Unescaped parameter $column_name used in $wpdb->get_var()
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "AFI_Elementor".
Sample message
Use placeholders and $wpdb->prepare(); found $last_sql
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "acfw_filter_amount".
Sample message
Unescaped parameter $last_sql used in $wpdb->get_results()\n$last_sql assigned unsafely at line 509.
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.
Potential connections found in static code analysis.
Outbound calls
269
External assets
2
Incoming endpoints
29
No external asset domains detected.
admin_post
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
admin_post
admin_post
admin_post
admin_post
admin_post
admin_post
admin_post
admin_post
admin_post
wp_ajax
wp_ajax
wp_ajax
11 more hidden
6 score snapshots
v2.7.0
24
Latest
v2.6.0
23
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 24 | 10,300 | 5,740 | 4,560 | v2.7.0 | 2.0.0 |
| 23 | 10,155 | 5,619 | 4,536 | v2.6.0 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.