Easily create filterable responsive grids for your posts, pages or custom post types
Prioritized issue groups from the latest Plugin Check scan
Maintainability
145
14 issue groups
Security
37
7 issue groups
I18n
5
3 issue groups
Performance
1
1 issue group
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$custom_link_behaviour".
Sample message
Function "get_rest_url()" requires WordPress 4.4.0, but your plugin minimum supported version is WordPress 3.5.0.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$css'.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "parent::get_hook()".
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "the_content".
Sample message
Detected usage of meta_query, possible slow query.
Sample message
like_escape() has been deprecated since WordPress version 4.0.0. Use wpdb::esc_like() instead.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "activate_wp_ultimate_post_grid".
Sample message
A function call to _n() with texts containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders.
Sample message
The plugin name includes a restricted term. Your chosen plugin name - "WP Ultimate Post Grid" - contains the restricted term "wp" which cannot be used at all in your plugin name.
Sample message
Detected usage of tax_query, possible slow query.
Sample message
Detected usage of a non-sanitized input variable: $_POST[$field]
Sample message
$_POST[$field] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Unescaped parameter $query used in $wpdb->get_results()\n$query assigned unsafely at line 987.
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
Use placeholders and $wpdb->prepare(); found $query
Sample message
Detected usage of meta_key, possible slow query.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "WP_Ultimate_Post_Grid".
Sample message
In footer ($in_footer) is not set explicitly wp_enqueue_script; It is recommended to load scripts in the footer. Please set this value to `true` to load it in the footer, or explicitly `false` if it should be loaded in the header.
Sample message
The $text parameter must be a single text string literal. Found: $atts['label']
Sample message
Mismatched text domain. Expected 'wp-ultimate-post-grid' but got 'wp-ultimate-post-grid-premium'.
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.
Potential connections found in static code analysis.
Outbound calls
147
External assets
0
Incoming endpoints
11
No external asset domains detected.
register_rest_route
register_rest_route
register_rest_route
register_rest_route
register_rest_route
register_rest_route
2 score snapshots
v4.1.1
34
Latest
v4.1.0
34
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 34 | 188 | 114 | 74 | v4.1.1 | 2.0.0 |
| 34 | 188 | 114 | 74 | v4.1.0 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.