Display a list of related posts on your site based on the most terms in common. Supports thumbnails, shortcodes, a widget and more.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
117
15 issue groups
Security
98
6 issue groups
I18n
13
3 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<pre id='rpbt-cache-results' style='{$style}'>"'.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "km_kpbt_get_default_gallery_args".
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
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: "$blog".
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "gallery_style".
Sample message
Use of a direct database call is discouraged.
Sample message
Missing $domain parameter in function call to esc_attr_e().
Sample message
The $text parameter must be a single text string literal. Found: $i['columns']
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
Sample message
Unescaped parameter $query used in $wpdb->get_results()\n$query assigned unsafely at line 234.
Sample message
Use placeholders and $wpdb->prepare(); found $query
Sample message
Detected usage of meta_key, possible slow query.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Detected usage of a non-sanitized input variable: $_POST['args']
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
Detected usage of meta_value, possible slow query.
Sample message
var_export() found. Debug code should not normally be used in production.
Sample message
$_POST['args'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
wp_make_content_images_responsive() has been deprecated since WordPress version 5.5.0. Use wp_filter_content_tags() instead.
Sample message
Resource version not set in call to wp_enqueue_style(). This means new versions of the style may not always be loaded due to browser caching.
Sample message
Version parameter is not explicitly set or has been set to an equivalent of "false" for wp_register_script; This means that the WordPress core version will be used which is not recommended for plugin or theme development.
Sample message
Plugin name "Related Posts by Taxonomy" is different from the name declared in plugin header "Related Posts By Taxonomy".
Not analyzed yet.
First score snapshot
v2.7.9
35
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 35 | 228 | 131 | 97 | v2.7.9 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.