Export all Gravity Forms entries to Excel (.xlsx) or CSV via a download button or a secret shareable URL.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
34
7 issue groups
Security
19
1 issue group
I18n
8
5 issue groups
Repo Compliance
1
1 issue group
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>"'.
Sample message
Short PHP opening tag used with echo; expected "<?php echo $field ..." but found "<?= $field ..."
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$dismissible".
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Mismatched text domain. Expected 'gf-entries-in-excel' but got 'gk-gravityexport-lite'.
Sample message
The $domain parameter must be a single text string literal. Found: GFExcel::$slug
Sample message
trigger_error() found. Debug code should not normally be used in production.
Sample message
Missing $domain parameter in function call to esc_html__().
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.
Sample message
Library files that are already in the WordPress core are not permitted.
Sample message
Plugin name "GravityExport Lite for Gravity Forms" is different from the name declared in plugin header "GravityExport Lite".
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.
Sample message
The "Text Domain" header in the plugin file does not match the slug. Found "gk-gravityexport-lite", expected "gf-entries-in-excel".
Sample message
Check for WP_UNINSTALL_PLUGIN constant missing.
Not analyzed yet.
First score snapshot
v2.6.0
67
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 67 | 62 | 48 | 14 | v2.6.0 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.