Related Posts by WPBrigade is The Best Customizable plugin, that nicely displays related posts thumbnails under the post.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
433
12 issue groups
Security
210
9 issue groups
I18n
67
3 issue groups
Performance
5
1 issue group
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "enqueue_block_editor_assets".
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$Data".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$Data['product_info']['name']'.
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Mismatched text domain. Expected 'related-posts-thumbnails' but got 'related-post-thumbnails'.
Sample message
Function "determine_locale()" requires WordPress 5.0.0, but your plugin minimum supported version is WordPress 3.6.0.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "relpost_anchor_attr".
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "RELATED_POSTS_THUMBNAILS_FEEDBACK_SERVER".
Sample message
Processing form data without nonce verification.
Sample message
Use placeholders and $wpdb->prepare(); found $join
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "RPT_Frontend_Assets".
Sample message
Processing form data without nonce verification.
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
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Detected usage of a non-sanitized input variable: $_POST['relpoststh_default_image_url']
Sample message
The $text parameter must be a single text string literal. Found: $custom_taxonomy
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
Unescaped parameter $query used in $wpdb->get_results()\n$query assigned unsafely at line 1055.
Sample message
$_POST['relpoststh_top_text'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a possibly undefined superglobal array index: $_SERVER['REQUEST_URI']. Check that the array index exists before using it.
Sample message
Missing $domain parameter in function call to __().
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
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.
Potential connections found in static code analysis.
Outbound calls
33
External assets
2
Incoming endpoints
4
No public endpoints detected.
admin_post
wp_ajax
wp_ajax
wp_ajax
3 score snapshots
v5.0.1
24
Latest
v5.0.0
24
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 24 | 727 | 314 | 413 | v5.0.1 | 2.0.0 |
| 24 | 727 | 314 | 413 | v5.0.0 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.