GravityExport Lite for Gravity Forms

Export all Gravity Forms entries to Excel (.xlsx) or CSV via a download button or a secret shareable URL.

v2.6.0GravityKitUpdated Added 10k+ installs100% rating
67
Score
48
Errors
14
Warnings
+0
Change

Category Scores

Security51
Repo94
Performance100
Maintainability74

Issues to Review

Prioritized issue groups from the latest Plugin Check scan

62 findings

Maintainability

34

7 issue groups

Security

19

1 issue group

I18n

8

5 issue groups

Repo Compliance

1

1 issue group

ERRORSecurityOutput Not EscapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<div class='error'>$message</div>"'.19
Category
Security
Occurrences
19
Severity
error

Sample message

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<div class='error'>$message</div>"'.

ERRORMaintainabilityEcho FoundShort PHP opening tag used with echo; expected "<?php echo $field ..." but found "<?= $field ..."13
Category
Maintainability
Occurrences
13
Severity
error

Sample message

Short PHP opening tag used with echo; expected "<?php echo $field ..." but found "<?= $field ..."

WARNINGMaintainabilityNon Prefixed Variable FoundGlobal variables defined by a theme/plugin should start with the theme/plugin prefix. Found: &quot;$dismissible&quot;.11
Category
Maintainability
Occurrences
11
Severity
warning

Sample message

Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: &quot;$dismissible&quot;.

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

Sample message

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

ERRORI18nText Domain MismatchMismatched text domain. Expected 'gf-entries-in-excel' but got 'gk-gravityexport-lite'.3
Category
I18n
Occurrences
3
Severity
error

Sample message

Mismatched text domain. Expected 'gf-entries-in-excel' but got 'gk-gravityexport-lite'.

ERRORI18nNon Singular String Literal DomainThe $domain parameter must be a single text string literal. Found: GFExcel::$slug2
Category
I18n
Occurrences
2
Severity
error

Sample message

The $domain parameter must be a single text string literal. Found: GFExcel::$slug

WARNINGMaintainabilityerror log trigger errortrigger_error() found. Debug code should not normally be used in production.1
Category
Maintainability
Occurrences
1
Severity
warning

Sample message

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

ERRORI18nMissing Arg DomainMissing $domain parameter in function call to esc_html__().1
Category
I18n
Occurrences
1
Severity
error

Sample message

Missing $domain parameter in function call to esc_html__().

ERRORI18nMissing Translators CommentA function call to esc_html__() 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.1
Category
I18n
Occurrences
1
Severity
error

Sample message

A function call to esc_html__() 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.

ERRORMaintainabilitylibrary core filesLibrary files that are already in the WordPress core are not permitted.1
Category
Maintainability
Occurrences
1
Severity
error

Sample message

Library files that are already in the WordPress core are not permitted.

Show 4 more
WARNINGMaintainabilitymismatched plugin name1
Category
Maintainability
Occurrences
1
Severity
warning

Sample message

Plugin name "GravityExport Lite for Gravity Forms" is different from the name declared in plugin header "GravityExport Lite".

ERRORRepo Complianceoutdated tested upto header1
Category
Repo Compliance
Occurrences
1
Severity
error

Sample message

Tested up to: 6.9 < 7.0. The "Tested up to" value in your plugin is not set to the current version of WordPress. This means your plugin will not show up in searches, as we require plugins to be compatible and documented as tested up to the most recent version of WordPress.

WARNINGI18ntextdomain mismatch1
Category
I18n
Occurrences
1
Severity
warning

Sample message

The "Text Domain" header in the plugin file does not match the slug. Found "gk-gravityexport-lite", expected "gf-entries-in-excel".

ERRORMaintainabilityuninstall missing constant check1
Category
Maintainability
Occurrences
1
Severity
error

Sample message

Check for WP_UNINSTALL_PLUGIN constant missing.

Score History

First score snapshot

v2.6.0

67

Latest

Findings
62
Errors
48
Warnings
14
Check
2.0.0

Related Plugins