Bulk Edit Posts and Products in Spreadsheet

Modern Bulk Editor for Posts and Pages, create and edit hundreds of posts at once in a spreadsheet inside wp-admin. Search and quick edits.

v2.26.1Jose VegaUpdated Added 9k+ installs96% rating
24
Score
918
Errors
912
Warnings
+0
Change

Category Scores

Security0
Repo91
Performance100
Maintainability0

Issues to Review

Prioritized issue groups from the latest Plugin Check scan

1,830 findings

I18n

847

2 issue groups

Maintainability

560

11 issue groups

Security

389

12 issue groups

ERRORI18nText Domain MismatchMismatched text domain. Expected 'wp-sheet-editor-bulk-spreadsheet-editor-for-posts-and-pages' but got 'vg_sheet_editor'.843
Category
I18n
Occurrences
843
Severity
error

Sample message

Mismatched text domain. Expected 'wp-sheet-editor-bulk-spreadsheet-editor-for-posts-and-pages' 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".251
Category
Maintainability
Occurrences
251
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.174
Category
Security
Occurrences
174
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".130
Category
Maintainability
Occurrences
130
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.64
Category
Maintainability
Occurrences
64
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']63
Category
Security
Occurrences
63
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().61
Category
Maintainability
Occurrences
61
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 similar48
Category
Security
Occurrences
48
Severity
warning

Sample message

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

WARNINGMaintainabilityNon-prefixed classClasses declared by a theme/plugin should start with the theme/plugin prefix. Found: "VG_Visual_Composer_Integration".26
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 PlaceholderThe %i modifier is only supported in WP 6.2 or higher. Found: "%i".25
Category
Security
Occurrences
25
Severity
error

Sample message

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

Show 15 more
WARNINGSecurityMissing nonce verification23
Category
Security
Occurrences
23
Severity
warning

Sample message

Processing form data without nonce verification.

WARNINGSecurityInterpolated SQL is not prepared22
Category
Security
Occurrences
22
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"

ERRORSecuritySQL query is not prepared11
Category
Security
Occurrences
11
Severity
error

Sample message

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

WARNINGSecurityDatabase parameter is not escaped9
Category
Security
Occurrences
9
Severity
warning

Sample message

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

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.

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().

ERRORSecurityDatabase parameter is not escaped4
Category
Security
Occurrences
4
Severity
error

Sample message

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

WARNINGSecurityUnfinished Prepare4
Category
Security
Occurrences
4
Severity
warning

Sample message

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

ERRORI18nNon Singular String Literal Domain4
Category
I18n
Occurrences
4
Severity
error

Sample message

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

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.

WARNINGMaintainabilityslow db query meta query3
Category
Maintainability
Occurrences
3
Severity
warning

Sample message

Detected usage of meta_query, possible slow query.

WARNINGMaintainabilityerror log var export3
Category
Maintainability
Occurrences
3
Severity
warning

Sample message

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

WARNINGSecuritywp redirect wp redirect3
Category
Security
Occurrences
3
Severity
warning

Sample message

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

External Connections

Not analyzed yet.

Score History

First score snapshot

v2.26.1

24

Latest

Findings
1,830
Errors
918
Warnings
912
Check
2.0.0

Related Plugins