Automatically makes the HTML tables in your posts and pages responsive (mobile-friendly).
Category Scores
Issues to Review
Prioritized issue groups from the latest Plugin Check scan
Security
126
5 issue groups
I18n
4
1 issue group
Maintainability
2
1 issue group
Repo Compliance
1
1 issue group
WARNINGSecurityInput is not validatedDetected usage of a possibly undefined superglobal array index: $_POST['mtr-enable-on-screen-size-below']. Check that the array index exists before using it.51
- Category
- Security
- Occurrences
- 51
- Severity
- warning
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['mtr-enable-on-screen-size-below']. Check that the array index exists before using it.
WARNINGSecurityRequest data is not unslashed$_POST['mtr-enable-only-post-page-ids'] not unslashed before sanitization. Use wp_unslash() or similar28
- Category
- Security
- Occurrences
- 28
- Severity
- warning
Sample message
$_POST['mtr-enable-only-post-page-ids'] not unslashed before sanitization. Use wp_unslash() or similar
ERRORSecurityOutput is not escapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$line_position'.24
- Category
- Security
- Occurrences
- 24
- Severity
- error
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$line_position'.
WARNINGSecurityInput is not sanitizedDetected usage of a non-sanitized input variable: $_POST['mtr-enable-only-post-page-ids']19
- Category
- Security
- Occurrences
- 19
- Severity
- warning
Sample message
Detected usage of a non-sanitized input variable: $_POST['mtr-enable-only-post-page-ids']
WARNINGSecurityNonce verification recommendedProcessing form data without nonce verification.4
- Category
- Security
- Occurrences
- 4
- Severity
- warning
Sample message
Processing form data without nonce verification.
ERRORI18nNon Singular String Literal TextThe $text parameter must be a single text string literal. Found: 'Disable by class of the parent element of the table tag (comma-separated list, without a dot). '\r\n . 'Use this option for classes added to the table block settings in the editor:'4
- Category
- I18n
- Occurrences
- 4
- Severity
- error
Sample message
The $text parameter must be a single text string literal. Found: 'Disable by class of the parent element of the table tag (comma-separated list, without a dot). '\r\n . 'Use this option for classes added to the table block settings in the editor:'
ERRORMaintainabilitystrip tags strip tagsstrip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.2
- Category
- Maintainability
- Occurrences
- 2
- Severity
- error
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
ERRORRepo Complianceplugin header no licenseMissing "License" in Plugin Header. Please update your Plugin Header with a valid GPLv2 (or later) compatible license.1
- Category
- Repo Compliance
- Occurrences
- 1
- Severity
- error
Sample message
Missing "License" in Plugin Header. Please update your Plugin Header with a valid GPLv2 (or later) compatible license.
External Connections
Not analyzed yet.
Score History
First score snapshot
v1.8.0
43
Latest
- Findings
- 133
- Errors
- 31
- Warnings
- 102
- Check
- 2.0.0
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 43 | 133 | 31 | 102 | v1.8.0 | 2.0.0 |
Relationship Map
Author, categories, issues, domains, and nearby plugins.