Send WordPress form and order data to 300+ 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,077
12 issue groups
I18n
410
3 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 508.
Sample message
Translatable string should not be wrapped in HTML. Found: '<ol>\n <li>Go to the <a href="https://www.dropbox.com/developers/apps" target="_blank">Dropbox Developer Portal</a> and create a new app.</li>\n <li>Select the required permissions under "App Permissions" (e.g., "files.content.write").</li>\n <li>Generate an <strong>Access Token</strong> and copy it.</li>\n </ol>'
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
11 score snapshots
v2.8.6
24
Latest
v2.8.5
24
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 24 | 10,317 | 5,743 | 4,574 | v2.8.6 | 2.1.0 |
| 24 | 10,317 | 5,743 | 4,574 | v2.8.5 | 2.1.0 |
Author, categories, issues, domains, and nearby plugins.