Display WordPress child pages in a responsive grid or list using a shortcode, Gutenberg block or Elementor widget.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
149
8 issue groups
Security
58
5 issue groups
Performance
7
2 issue groups
I18n
1
1 issue group
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$block_wrapper_attributes".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$args'.
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "cccp_bool_to_string".
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
Sample message
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.
Sample message
Use of a direct database call is discouraged.
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
load_plugin_textdomain() has been discouraged since WordPress version 4.6. When your plugin is hosted on WordPress.org, you no longer need to manually include this function call for translations under your plugin slug. WordPress will automatically load the translations for you as needed.
Sample message
Sanitization missing for register_setting().
Sample message
Unescaped parameter $where_sql used in $wpdb->get_var()\n$where_sql assigned unsafely at line 1242.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable {$where_sql} at AND ( {$where_sql} )"
Sample message
Detected usage of meta_query, possible slow query.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "the_content".
Sample message
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.
Sample message
Function "wp_register_block_types_from_metadata_collection()" requires WordPress 6.8.0, but your plugin minimum supported version is WordPress 6.7.0.
Not analyzed yet.
First score snapshot
v2.1.2
38
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 38 | 215 | 63 | 152 | v2.1.2 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.