Prevent large forms being submitted that may blow the server's field count limit and lose data.
Prioritized issue groups from the latest Plugin Check scan
Security
14
4 issue groups
Maintainability
10
5 issue groups
I18n
6
4 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 '"$key"'.
Sample message
Processing form data without nonce verification.
Sample message
Missing $domain parameter in function call to __().
Sample message
The plugin name includes a restricted term. Your chosen plugin name - "WP Max Submit Protect" - contains the restricted term "wp" which cannot be used at all in your plugin name.
Sample message
Use of heredoc syntax (<<<) is not allowed; use standard strings or inline HTML instead
Sample message
Detected usage of a non-sanitized input variable: $_POST[$key]
Sample message
$_POST[$key] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Scripts must be registered/enqueued via wp_enqueue_script()
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Offloading images, js, css, and other scripts to your servers or any remote service is disallowed.
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.
Sample message
Translatable string should not be wrapped in HTML. Found: '<a title="The current limit set by the server">Field limit: %s</a>'
Sample message
The $text parameter must be a single text string literal. Found: 'This form has too many fields ({form_count}) for the server to accept (max {max_count})'\r\n . "{newline}"\r\n . 'Data may be lost if you submit. Are you sure you want to go ahead?'
Sample message
Tested up to: 4.2 < 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.
Potential connections found in static code analysis.
Outbound calls
3
External assets
1
Incoming endpoints
0
No public endpoints detected.
First score snapshot
v1.1.2
65
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 65 | 31 | 19 | 12 | v1.1.2 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.