A simple 'related posts' plugin that lets you select related posts manually.
Prioritized issue groups from the latest Plugin Check scan
Security
43
3 issue groups
Maintainability
8
5 issue groups
I18n
5
2 issue groups
Performance
4
2 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$any'.
Sample message
$_POST['related-posts'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
A function call to esc_html__() 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
Detected usage of meta_key, possible slow query.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$option_name".
Sample message
Detected usage of a non-sanitized input variable: $_POST['related-posts']
Sample message
Using exclusionary parameters, like exclude, in calls to get_posts() should be done with caution, see https://docs.wpvip.com/databases/optimize-queries/using-post__not_in/ for more information.
Sample message
Setting `suppress_filters` to `true` is prohibited.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "Walker_RelatedDropdown".
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "list_pages".
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1$s, %2$s", but got "%s, %s" in 'This can %snot%s be undone.'.
Sample message
Missing "License" in Plugin Header. Please update your Plugin Header with a valid GPLv2 (or later) compatible license.
Potential connections found in static code analysis.
Outbound calls
7
External assets
0
Incoming endpoints
0
No external asset domains detected.
No public endpoints detected.
2 score snapshots
v4.0.0
47
Latest
v3.5.0
40
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 47 | 61 | 47 | 14 | v4.0.0 | 2.1.0 |
| 40 | 83 | 51 | 32 | v3.5.0 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.