[pagelist], [subpages], [siblings] and [pagelist_ext] shortcodes
Category Scores
Top Issues by Category
maintainability21
Issues Details
28 issues found in latest scan
Detected usage of meta_key, possible slow query.
Detected usage of meta_value, possible slow query.
Using exclusionary parameters, like exclude, 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.
Function "get_registered_meta_keys()" requires WordPress 4.6.0, but your plugin minimum supported version is WordPress 3.0.0.
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "siblings_unqprfx_shortcode".
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
| Code | Type | Message | Count |
|---|---|---|---|
| WordPress.DB.SlowDBQuery.slow_db_query_meta_key | WARNING | Detected usage of meta_key, possible slow query. | 7 |
| WordPress.DB.SlowDBQuery.slow_db_query_meta_value | WARNING | Detected usage of meta_value, possible slow query. | 7 |
| WordPressVIPMinimum.Performance.WPQueryParams.PostNotIn_exclude | WARNING | Using exclusionary parameters, like exclude, 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. | 7 |
| wp_function_not_compatible_with_requires_wp | ERROR | Function "get_registered_meta_keys()" requires WordPress 4.6.0, but your plugin minimum supported version is WordPress 3.0.0. | 4 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound | WARNING | Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "siblings_unqprfx_shortcode". | 2 |
| WordPress.WP.AlternativeFunctions.strip_tags_strip_tags | ERROR | strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead. | 1 |
Latest Snapshot
Findings
28
Errors
5
Warnings
23
Score History
First score snapshot
First scan completed Jun 20, 2026
v6.3 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2
Jun 20, 2026
v6.3
97
Latest
- Findings
- 28
- Errors
- 5
- Warnings
- 23
- Plugin Check
- 2.0.0
- Model
- 2026.06-mvp-static-v2
| Scan | Score | Findings | Errors | Warnings | Plugin | Plugin Check | Model |
|---|---|---|---|---|---|---|---|
| Jun 20, 2026Latest | 97 | 28 | 5 | 23 | v6.3 | 2.0.0 | 2026.06-mvp-static-v2 |