STAGGS – Product Configurator Toolkit

A complete toolkit to build stunning product configurators in WordPress and WooCommerce. Boost sales and increase user engagement.

v3.1.0STAGGSUpdated Added 400 installs100% rating
25
Score
626
Errors
2,180
Warnings
+0
Change

Category Scores

Security0
Repo100
Performance100
Maintainability0

Issues to Review

Prioritized issue groups from the latest Plugin Check scan

2,806 findings

Maintainability

1,993

13 issue groups

Security

774

10 issue groups

I18n

10

2 issue groups

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

Sample message

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

ERRORSecurityOutput is not escapedAll 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>"'.545
Category
Security
Occurrences
545
Severity
error

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

WARNINGMaintainabilityNon-prefixed functionFunctions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: &quot;_fs_text&quot;.131
Category
Maintainability
Occurrences
131
Severity
warning

Sample message

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

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

Sample message

Processing form data without nonce verification.

WARNINGMaintainabilityNon-prefixed classClasses declared by a theme/plugin should start with the theme/plugin prefix. Found: &quot;FS_Admin_Menu_Manager&quot;.55
Category
Maintainability
Occurrences
55
Severity
warning

Sample message

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

WARNINGMaintainabilityNon-prefixed hook nameHook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: &quot;fs_plugins_api&quot;.39
Category
Maintainability
Occurrences
39
Severity
warning

Sample message

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

WARNINGSecurityRequest data is not unslashed$_GET[$tax_slug] not unslashed before sanitization. Use wp_unslash() or similar36
Category
Security
Occurrences
36
Severity
warning

Sample message

$_GET[$tax_slug] not unslashed before sanitization. Use wp_unslash() or similar

WARNINGSecurityUnquoted Complex PlaceholderComplex placeholders used for values in the query string in $wpdb-&gt;prepare() will NOT be quoted automagically. Found: %1$s.30
Category
Security
Occurrences
30
Severity
warning

Sample message

Complex placeholders used for values in the query string in $wpdb-&gt;prepare() will NOT be quoted automagically. Found: %1$s.

WARNINGSecurityInput is not sanitizedDetected usage of a non-sanitized input variable: $_GET[&#039;date_from&#039;]27
Category
Security
Occurrences
27
Severity
warning

Sample message

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

WARNINGMaintainabilityNon-prefixed constantGlobal constants defined by a theme/plugin should start with the theme/plugin prefix. Found: &quot;FS_API__ADDRESS&quot;.26
Category
Maintainability
Occurrences
26
Severity
warning

Sample message

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

Show 15 more
WARNINGMaintainabilityDirect Query25
Category
Maintainability
Occurrences
25
Severity
warning

Sample message

Use of a direct database call is discouraged.

WARNINGMaintainabilityNo Caching24
Category
Maintainability
Occurrences
24
Severity
warning

Sample message

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

ERRORMaintainabilitywp function not compatible with requires wp22
Category
Maintainability
Occurrences
22
Severity
error

Sample message

Function "str_contains()" requires WordPress 5.9.0, but your plugin minimum supported version is WordPress 5.5.0.

WARNINGSecurityMissing nonce verification14
Category
Security
Occurrences
14
Severity
warning

Sample message

Processing form data without nonce verification.

ERRORSecurityLike Wildcards In Query10
Category
Security
Occurrences
10
Severity
error

Sample message

SQL wildcards for a LIKE query should be passed in through a replacement parameter. Found: LIKE "%2$s".

WARNINGSecurityInput is not validated10
Category
Security
Occurrences
10
Severity
warning

Sample message

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

ERRORMaintainabilityForbidden PHP function found8
Category
Maintainability
Occurrences
8
Severity
error

Sample message

The use of function eval() is forbidden

ERRORI18nNon Singular String Literal Text8
Category
I18n
Occurrences
8
Severity
error

Sample message

The $text parameter must be a single text string literal. Found: $tax_label

ERRORSecurityException output is not escaped7
Category
Security
Occurrences
7
Severity
error

Sample message

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

ERRORSecurityDatabase parameter is not escaped3
Category
Security
Occurrences
3
Severity
error

Sample message

Unescaped parameter $post_title used in $wpdb->get_var()\n$post_title assigned unsafely at line 473.

WARNINGMaintainabilityslow db query meta query3
Category
Maintainability
Occurrences
3
Severity
warning

Sample message

Detected usage of meta_query, possible slow query.

ERRORMaintainabilityfile system operations mkdir3
Category
Maintainability
Occurrences
3
Severity
error

Sample message

File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: mkdir().

WARNINGMaintainabilityMissing Version3
Category
Maintainability
Occurrences
3
Severity
warning

Sample message

Resource version not set in call to wp_enqueue_script(). This means new versions of the script may not always be loaded due to browser caching.

WARNINGI18nDiscouraged text-domain loading2
Category
I18n
Occurrences
2
Severity
warning

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.

WARNINGMaintainabilitySchema Change2
Category
Maintainability
Occurrences
2
Severity
warning

Sample message

Attempting a database schema change is discouraged.

External Connections

Potential connections found in static code analysis.

34 domains

Outbound calls

284

External assets

4

Incoming endpoints

12

Notable Domains

freemius.com10 · outbound
php.net6 · outbound
stackoverflow.com4 · outbound
jqueryui.com3 · outbound
benalman.com2 · outbound
briandetering.net2 · outbound

Platform / Reference Domains

gnu.org111 · platform/reference
w3.org13 · platform/reference
wordpress.org8 · platform/reference
github.com4 · platform/reference
api.wordpress.org2 · platform/reference
make.wordpress.org2 · platform/reference
core.trac.wordpress.org1 · platform/reference

External Asset Domains

staggs.app94 · asset + outbound

Incoming Endpoints

wp_ajax_nopriv_add_product_to_cartpublic

wp_ajax

wp_ajax_nopriv_get_configurator_attribute_valuespublic

wp_ajax

wp_ajax_nopriv_staggs_get_configuration_form_urlspublic

wp_ajax

wp_ajax_nopriv_staggs_process_uploaded_filepublic

wp_ajax

Admin AJAX endpoints8
admin_post_fs_clone_resolutionauthenticated

admin_post

admin_post_sgg_generate_analytics_exportauthenticated

admin_post

wp_ajax_add_product_to_cartauthenticated

wp_ajax

wp_ajax_fs_dismiss_notice_action_{$ajax_action_suffix}authenticated

wp_ajax

wp_ajax_fs_toggle_debug_modeauthenticated

wp_ajax

wp_ajax_get_configurator_attribute_valuesauthenticated

wp_ajax

wp_ajax_staggs_get_configuration_form_urlsauthenticated

wp_ajax

wp_ajax_staggs_process_uploaded_fileauthenticated

wp_ajax

Score History

First score snapshot

v3.1.0

25

Latest

Findings
2,806
Errors
626
Warnings
2,180
Check
2.0.0

Relationship Map

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

35 nodes

Related Plugins