Max upload filesize

It will help you to increase your upload filesize limit.

v1.1.0devparisUpdated Added 9k+ installs100% rating
83
Score
3
Errors
8
Warnings
+0
Change

Category Scores

Security71
Repo94
Performance100
Maintainability97

Issues to Review

Prioritized issue groups from the latest Plugin Check scan

11 findings

Security

8

3 issue groups

Maintainability

2

1 issue group

Repo Compliance

1

1 issue group

WARNINGSecurityInput Not ValidatedDetected usage of a possibly undefined superglobal array index: $_POST['max_upload_filesize']. Check that the array index exists before using it.3
Category
Security
Occurrences
3
Severity
warning

Sample message

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

WARNINGSecurityMissing Unslash$_POST['max_upload_filesize'] not unslashed before sanitization. Use wp_unslash() or similar3
Category
Security
Occurrences
3
Severity
warning

Sample message

$_POST['max_upload_filesize'] not unslashed before sanitization. Use wp_unslash() or similar

WARNINGSecurityMissingProcessing form data without nonce verification.2
Category
Security
Occurrences
2
Severity
warning

Sample message

Processing form data without nonce verification.

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

Sample message

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

ERRORRepo Complianceoutdated tested upto headerTested up to: 5.3 < 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.1
Category
Repo Compliance
Occurrences
1
Severity
error

Sample message

Tested up to: 5.3 < 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.

Score History

First score snapshot

v1.1.0

83

Latest

Findings
11
Errors
3
Warnings
8
Check
2.0.0