Advanced Form Integration — Connect Forms to 200+ Apps

Connect WordPress forms to 200+ apps with no code and no per-task fees. Send leads, orders, and signups to your CRM, email, or sheets.

v2.2.1Nasir AhmedUpdated Added 10k+ installs96% rating100% support resolved
22
Score
5,771
Errors
4,678
Warnings
+0
Change

Category Scores

Security0
Repo85
Performance96
Maintainability0

Top Issues by Category

maintainability5,697
security4,280
i18n394

Issues Details

10,449 issues found in latest scan

ERROR3,403
wp_function_not_compatible_with_requires_wp

Function "_doing_it_wrong()" requires WordPress 3.1.0, but your plugin minimum supported version is WordPress 3.0.1.

WARNING1,191
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound

Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$account_addon_ids".

WARNING1,156
WordPress.Security.NonceVerification.Missing

Processing form data without nonce verification.

ERROR902
WordPress.Security.EscapeOutput.OutputNotEscaped

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>"'.

ERROR463
WordPress.Security.EscapeOutput.UnsafePrintingFunction

All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.

ERROR439
missing_direct_file_access_protection

PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;

WARNING417
WordPress.Security.ValidatedSanitizedInput.InputNotValidated

Detected usage of a possibly undefined superglobal array index: $_POST[&#039;_nonce&#039;]. Check that the array index exists before using it.

WARNING401
WordPress.Security.ValidatedSanitizedInput.InputNotSanitized

Detected usage of a non-sanitized input variable: $_FILES[&#039;adfoin_import_file&#039;]

WARNING356
WordPress.Security.ValidatedSanitizedInput.MissingUnslash

$_GET[&#039;action&#039;] not unslashed before sanitization. Use wp_unslash() or similar

WARNING298
WordPress.Security.NonceVerification.Recommended

Processing form data without nonce verification.

ERROR242
WordPress.WP.I18n.TextDomainMismatch

Mismatched text domain. Expected 'advanced-form-integration' but got 'action-scheduler'.

WARNING175
WordPress.DB.DirectDatabaseQuery.DirectQuery

Use of a direct database call is discouraged.

WARNING169
WordPress.DB.DirectDatabaseQuery.NoCaching

Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().

ERROR152
WordPress.WP.I18n.MissingTranslatorsComment

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.

WARNING116
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound

Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: &quot;_fs_text&quot;.

WARNING93
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedConstantFound

Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: &quot;FS_API__ADDRESS&quot;.

ERROR90
WordPress.Security.EscapeOutput.ExceptionNotEscaped

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"'.

WARNING82
WordPress.DB.PreparedSQL.InterpolatedNotPrepared

Use placeholders and $wpdb-&gt;prepare(); found interpolated variable $placeholders at &quot;DELETE FROM {$this-&gt;log-&gt;table} WHERE id IN ($placeholders)&quot;

WARNING67
PluginCheck.Security.DirectDB.UnescapedDBParameter

Unescaped parameter $column_name used in $wpdb-&gt;get_var()

WARNING67
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedClassFound

Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: &quot;AFI_Elementor&quot;.

ERROR25
WordPress.DB.PreparedSQL.NotPrepared

Use placeholders and $wpdb->prepare(); found $last_sql

ERROR25
WordPress.DateTime.RestrictedFunctions.date_date

date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.

WARNING19
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound

Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: &quot;acfw_filter_amount&quot;.

ERROR12
PluginCheck.Security.DirectDB.UnescapedDBParameter

Unescaped parameter $last_sql used in $wpdb->get_results()\n$last_sql assigned unsafely at line 479.

WARNING11
WordPress.Security.SafeRedirect.wp_redirect_wp_redirect

wp_redirect() found. Using wp_safe_redirect(), along with the &quot;allowed_redirect_hosts&quot; 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.

Latest Snapshot

Findings

10,449

Errors

5,771

Warnings

4,678

Score History

First score snapshot

First scan completed

v2.2.1 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2

v2.2.1

22

Latest

Findings
10,449
Errors
5,771
Warnings
4,678
Plugin Check
2.0.0
Model
2026.06-mvp-static-v2

Related Plugins