Bulk Edit Coupons for WooCommerce – WP Sheet Editor

Modern Bulk Editor for WooCommerce Coupons, create and edit hundreds of coupons in a spreadsheet inside wp-admin. Quick view and edits.

v1.3.58Jose VegaUpdated Added 500 installs100% rating
24
Score
1,006
Errors
950
Warnings
+0
Change

Category Scores

Security0
Repo94
Performance100
Maintainability0

Issues to Review

Prioritized issue groups from the latest Plugin Check scan

1,956 findings

I18n

928

3 issue groups

Maintainability

570

9 issue groups

Security

418

13 issue groups

ERRORI18nText Domain MismatchMismatched text domain. Expected 'woo-coupons-bulk-editor' but got 'vg_sheet_editor'.880
Category
I18n
Occurrences
880
Severity
error

Sample message

Mismatched text domain. Expected 'woo-coupons-bulk-editor' but got 'vg_sheet_editor'.

WARNINGMaintainabilityNon-prefixed hook nameHook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'vg_sheet_editor/provider/post/get_items_terms/' . $post_type".252
Category
Maintainability
Occurrences
252
Severity
warning

Sample message

Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'vg_sheet_editor/provider/post/get_items_terms/' . $post_type".

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

Sample message

Processing form data without nonce verification.

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

Sample message

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

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

Sample message

Use of a direct database call is discouraged.

WARNINGSecurityInput is not sanitizedDetected usage of a non-sanitized input variable: $_GET['page']64
Category
Security
Occurrences
64
Severity
warning

Sample message

Detected usage of a non-sanitized input variable: $_GET['page']

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

Sample message

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

WARNINGSecurityRequest data is not unslashed$_GET['page'] not unslashed before sanitization. Use wp_unslash() or similar53
Category
Security
Occurrences
53
Severity
warning

Sample message

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

ERRORI18nNon Singular String Literal DomainThe $domain parameter must be a single text string literal. Found: $instance->textname39
Category
I18n
Occurrences
39
Severity
error

Sample message

The $domain parameter must be a single text string literal. Found: $instance->textname

WARNINGSecurityInterpolated SQL is not preparedUse placeholders and $wpdb->prepare(); found interpolated variable $ids_in_query_placeholders at "SELECT term_id FROM $wpdb->termmeta WHERE meta_key = 'wpse_old_platform_id' AND meta_value IN ($ids_in_query_placeholders) GROUP BY meta_value"29
Category
Security
Occurrences
29
Severity
warning

Sample message

Use placeholders and $wpdb->prepare(); found interpolated variable $ids_in_query_placeholders at "SELECT term_id FROM $wpdb->termmeta WHERE meta_key = 'wpse_old_platform_id' AND meta_value IN ($ids_in_query_placeholders) GROUP BY meta_value"

Show 15 more
WARNINGMaintainabilityNon-prefixed class26
Category
Maintainability
Occurrences
26
Severity
warning

Sample message

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

ERRORSecurityUnsupported Identifier Placeholder25
Category
Security
Occurrences
25
Severity
error

Sample message

The %i modifier is only supported in WP 6.2 or higher. Found: "%i".

WARNINGSecurityMissing nonce verification23
Category
Security
Occurrences
23
Severity
warning

Sample message

Processing form data without nonce verification.

ERRORSecuritySQL query is not prepared12
Category
Security
Occurrences
12
Severity
error

Sample message

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

WARNINGSecurityDatabase parameter is not escaped10
Category
Security
Occurrences
10
Severity
warning

Sample message

Unescaped parameter $meta_keys_sql used in $wpdb->get_col()\n$meta_keys_sql assigned unsafely at line 963.

ERRORI18nMissing Translators Comment9
Category
I18n
Occurrences
9
Severity
error

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.

ERRORMaintainabilitywp function not compatible with requires wp8
Category
Maintainability
Occurrences
8
Severity
error

Sample message

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

WARNINGMaintainabilityNo PHP code found6
Category
Maintainability
Occurrences
6
Severity
warning

Sample message

No PHP code was found in this file and short open tags are not allowed by this install of PHP. This file may be using short open tags but PHP does not allow them.

WARNINGSecurityUnfinished Prepare6
Category
Security
Occurrences
6
Severity
warning

Sample message

Replacement variables found, but no valid placeholders found in the query.

ERRORSecurityDatabase parameter is not escaped5
Category
Security
Occurrences
5
Severity
error

Sample message

Unescaped parameter $meta_keys_sql used in $wpdb->get_col()\n$meta_keys_sql assigned unsafely at line 1063.

ERRORMaintainabilityfile system operations fclose5
Category
Maintainability
Occurrences
5
Severity
error

Sample message

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

ERRORSecurityUnsafe printing function4
Category
Security
Occurrences
4
Severity
error

Sample message

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

WARNINGSecurityInput is not validated4
Category
Security
Occurrences
4
Severity
warning

Sample message

Detected usage of a possibly undefined superglobal array index: $_REQUEST['postId']. Check that the array index exists before using it.

WARNINGSecurityReplacements Wrong Number3
Category
Security
Occurrences
3
Severity
warning

Sample message

Incorrect number of replacements passed to $wpdb->prepare(). Found 1 replacement parameters, expected 2.

WARNINGMaintainabilityslow db query meta key3
Category
Maintainability
Occurrences
3
Severity
warning

Sample message

Detected usage of meta_key, possible slow query.

External Connections

Potential connections found in static code analysis.

44 domains

Outbound calls

243

External assets

3

Incoming endpoints

24

Notable Domains

wpsheeteditor.com33 · outbound
freemius.com8 · outbound
php.net6 · outbound
stackoverflow.com5 · outbound
benalman.com4 · outbound
fontawesome.io4 · outbound

Platform / Reference Domains

gnu.org115 · platform/reference
github.com8 · platform/reference
wordpress.org8 · platform/reference
w3.org5 · platform/reference
api.wordpress.org2 · platform/reference
make.wordpress.org2 · platform/reference
core.trac.wordpress.org1 · platform/reference

External Asset Domains

Incoming Endpoints

No public endpoints detected.

Admin AJAX endpoints24
admin_post_fs_clone_resolutionauthenticated

admin_post

wp_ajax_fs_dismiss_notice_action_{$ajax_action_suffix}authenticated

wp_ajax

wp_ajax_fs_toggle_debug_modeauthenticated

wp_ajax

wp_ajax_vgfpsdk_settings_authenticated

wp_ajax

wp_ajax_vgse_delete_row_idsauthenticated

wp_ajax

wp_ajax_vgse_dismiss_review_tipauthenticated

wp_ajax

wp_ajax_vgse_find_post_by_nameauthenticated

wp_ajax

wp_ajax_vgse_find_users_by_keywordauthenticated

wp_ajax

wp_ajax_vgse_find_users_by_keyword_for_select2authenticated

wp_ajax

wp_ajax_vgse_get_taxonomy_termsauthenticated

wp_ajax

wp_ajax_vgse_insert_individual_postauthenticated

wp_ajax

wp_ajax_vgse_list_post_titlesauthenticated

wp_ajax

12 more hidden

Score History

First score snapshot

v1.3.58

24

Latest

Findings
1,956
Errors
1,006
Warnings
950
Check
2.0.0

Relationship Map

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

37 nodes

Related Plugins