Supercharge the WordPress block editor with enhanced core blocks, hundreds of block patterns, professional starter sites, and portfolio tools.
Category Scores
Top Issues by Category
maintainability19
Issues Details
82 issues found in latest scan
Mismatched text domain. Expected 'twentig' but got 'default'.
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Detected usage of tax_query, possible slow query.
Detected usage of meta_query, possible slow query.
Using exclusionary parameters, like post__not_in, in calls to get_posts() should be done with caution, see https://wpvip.com/documentation/performance-improvements-by-removing-usage-of-post__not_in/ for more information.
Plugin name "Twentig Supercharged Block Editor – Blocks, Patterns, Starter Sites, Portfolio" is different from the name declared in plugin header "Twentig".
| Code | Type | Message | Count |
|---|---|---|---|
| WordPress.WP.I18n.TextDomainMismatch | WARNING | Mismatched text domain. Expected 'twentig' but got 'default'. | 62 |
| missing_direct_file_access_protection | ERROR | PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit; | 12 |
| WordPress.DB.SlowDBQuery.slow_db_query_tax_query | WARNING | Detected usage of tax_query, possible slow query. | 4 |
| WordPress.DB.SlowDBQuery.slow_db_query_meta_query | WARNING | Detected usage of meta_query, possible slow query. | 2 |
| WordPressVIPMinimum.Performance.WPQueryParams.PostNotIn_post__not_in | WARNING | Using exclusionary parameters, like post__not_in, in calls to get_posts() should be done with caution, see https://wpvip.com/documentation/performance-improvements-by-removing-usage-of-post__not_in/ for more information. | 1 |
| mismatched_plugin_name | WARNING | Plugin name "Twentig Supercharged Block Editor – Blocks, Patterns, Starter Sites, Portfolio" is different from the name declared in plugin header "Twentig". | 1 |
Latest Snapshot
Findings
82
Errors
12
Warnings
70
Score History
First score snapshot
First scan completed Jun 20, 2026
v2.0.2 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2
Jun 20, 2026
v2.0.2
97
Latest
- Findings
- 82
- Errors
- 12
- Warnings
- 70
- Plugin Check
- 2.0.0
- Model
- 2026.06-mvp-static-v2
| Scan | Score | Findings | Errors | Warnings | Plugin | Plugin Check | Model |
|---|---|---|---|---|---|---|---|
| Jun 20, 2026Latest | 97 | 82 | 12 | 70 | v2.0.2 | 2.0.0 | 2026.06-mvp-static-v2 |