GSheetConnector for Forminator Forms

Send your Forminator Forms data directly to your Google Sheet in a real-time.

v1.0.18WesternDealUpdated Added 1k+ installs100% rating
33
Score
128
Errors
201
Warnings
+0
Change

Category Scores

Security0
Repo100
Performance100
Maintainability41

Issues to Review

Prioritized issue groups from the latest Plugin Check scan

329 findings

Maintainability

205

17 issue groups

Security

122

8 issue groups

WARNINGMaintainabilityNon-prefixed global variableGlobal variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$Formntr_gs_connector_adds".133
Category
Maintainability
Occurrences
133
Severity
warning

Sample message

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

ERRORSecurityUnsafe printing functionAll output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.79
Category
Security
Occurrences
79
Severity
error

Sample message

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

WARNINGSecurityNonce verification recommendedProcessing form data without nonce verification.18
Category
Security
Occurrences
18
Severity
warning

Sample message

Processing form data without nonce verification.

ERRORSecurityException output is not escapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"($name) missing required param: '$paramName'"'.15
Category
Security
Occurrences
15
Severity
error

Sample message

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"($name) missing required param: '$paramName'"'.

WARNINGMaintainabilityNon-prefixed constantGlobal constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "CRYPT_RSA_MODE".14
Category
Maintainability
Occurrences
14
Severity
warning

Sample message

Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "CRYPT_RSA_MODE".

ERRORMaintainabilityOffloaded ContentOffloading images, js, css, and other scripts to your servers or any remote service is disallowed.13
Category
Maintainability
Occurrences
13
Severity
error

Sample message

Offloading images, js, css, and other scripts to your servers or any remote service is disallowed.

ERRORMaintainabilityMissing direct file access protectionPHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;8
Category
Maintainability
Occurrences
8
Severity
error

Sample message

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

WARNINGMaintainabilityDirect QueryUse of a direct database call is discouraged.7
Category
Maintainability
Occurrences
7
Severity
warning

Sample message

Use of a direct database call is discouraged.

WARNINGMaintainabilityNo CachingDirect database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().7
Category
Maintainability
Occurrences
7
Severity
warning

Sample message

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

WARNINGMaintainabilityNon-prefixed classClasses declared by a theme/plugin should start with the theme/plugin prefix. Found: "FORMI_GSC_googlesheet".7
Category
Maintainability
Occurrences
7
Severity
warning

Sample message

Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "FORMI_GSC_googlesheet".

Show 15 more
ERRORSecurityOutput is not escaped4
Category
Security
Occurrences
4
Severity
error

Sample message

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$errorMessage'.

ERRORMaintainabilityrand mt rand4
Category
Maintainability
Occurrences
4
Severity
error

Sample message

mt_rand() is discouraged. Use the far less predictable wp_rand() instead.

WARNINGSecurityInterpolated SQL is not prepared3
Category
Security
Occurrences
3
Severity
warning

Sample message

Use placeholders and $wpdb->prepare(); found interpolated variable $feedIds at "SELECT * FROM {$wpdb->postmeta} WHERE post_id IN ($feedIds)"

WARNINGMaintainabilityNon-prefixed function3
Category
Maintainability
Occurrences
3
Severity
warning

Sample message

Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "gfff_fs".

WARNINGMaintainabilityerror log error log2
Category
Maintainability
Occurrences
2
Severity
warning

Sample message

error_log() found. Debug code should not normally be used in production.

ERRORMaintainabilityNot Allowed1
Category
Maintainability
Occurrences
1
Severity
error

Sample message

Use of heredoc syntax (<<<) is not allowed; use standard strings or inline HTML instead

WARNINGSecurityDatabase parameter is not escaped1
Category
Security
Occurrences
1
Severity
warning

Sample message

Unescaped parameter $forms_table used in $wpdb-&gt;get_results()\n$forms_table assigned unsafely at line 655.

WARNINGMaintainabilityNon-prefixed hook name1
Category
Maintainability
Occurrences
1
Severity
warning

Sample message

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

WARNINGMaintainabilityerror log print r1
Category
Maintainability
Occurrences
1
Severity
warning

Sample message

print_r() found. Debug code should not normally be used in production.

WARNINGMaintainabilityerror log trigger error1
Category
Maintainability
Occurrences
1
Severity
warning

Sample message

trigger_error() found. Debug code should not normally be used in production.

WARNINGMaintainabilityerror log var export1
Category
Maintainability
Occurrences
1
Severity
warning

Sample message

var_export() found. Debug code should not normally be used in production.

WARNINGSecurityInput is not sanitized1
Category
Security
Occurrences
1
Severity
warning

Sample message

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

WARNINGSecurityRequest data is not unslashed1
Category
Security
Occurrences
1
Severity
warning

Sample message

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

ERRORMaintainabilityparse url parse url1
Category
Maintainability
Occurrences
1
Severity
error

Sample message

parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.

ERRORMaintainabilityNon Enqueued Stylesheet1
Category
Maintainability
Occurrences
1
Severity
error

Sample message

Stylesheets must be registered/enqueued via wp_enqueue_style()

External Connections

Potential connections found in static code analysis.

50 domains

Outbound calls

273

External assets

14

Incoming endpoints

13

Notable Domains

gsheetconnector.com78 · outbound
apache.org18 · outbound
googleapis.com8 · outbound
tools.ietf.org5 · outbound
benalman.com4 · outbound

Platform / Reference Domains

wordpress.org42 · platform/reference
gnu.org33 · platform/reference
ps.w.org11 · platform/reference
downloads.wordpress.org10 · platform/reference
github.com10 · platform/reference
w3.org5 · platform/reference
api.wordpress.org2 · platform/reference
make.wordpress.org2 · platform/reference
opensource.org2 · platform/reference
core.trac.wordpress.org1 · platform/reference
profiles.wordpress.org1 · platform/reference

External Asset Domains

Incoming Endpoints

No public endpoints detected.

Admin AJAX endpoints12
wp_ajax_delete_feed_forminatorauthenticated

wp_ajax

wp_ajax_deactivate_gs_formntr_integationauthenticated

wp_ajax

wp_ajax_formntr_gs_close_auth_expired_adds_intervalauthenticated

wp_ajax

wp_ajax_formntr_gs_set_auth_expired_adds_intervalauthenticated

wp_ajax

wp_ajax_frm_clear_debug_logsauthenticated

wp_ajax

wp_ajax_get_tab_listauthenticated

wp_ajax

wp_ajax_gs_ff_activate_pluginauthenticated

wp_ajax

wp_ajax_gs_ff_deactivate_pluginauthenticated

wp_ajax

wp_ajax_gs_ff_install_pluginauthenticated

wp_ajax

wp_ajax_gs_formntr_clear_logsauthenticated

wp_ajax

wp_ajax_sync_formntr_google_accountauthenticated

wp_ajax

wp_ajax_verify_gs_formntr_integationauthenticated

wp_ajax

Score History

First score snapshot

v1.0.18

33

Latest

Findings
329
Errors
128
Warnings
201
Check
2.0.0

Relationship Map

Author, categories, issues, domains, and nearby plugins.

37 nodes

Related Plugins