The KIA Subtitle plugin allows you to add a subtitle to your posts.
Prioritized issue groups from the latest Plugin Check scan
Security
21
5 issue groups
Maintainability
18
4 issue groups
I18n
1
1 issue group
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$args".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$i'.
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
Detected usage of a non-sanitized input variable: $_POST['kia_subnonce']
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
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "get_the_subtitle".
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['post_type']. Check that the array index exists before using it.
Sample message
$_POST['kia_subnonce'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Tested up to: 7.0.0 The version number should only include major versions 7.0.
Not analyzed yet.
First score snapshot
v4.0.2
51
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 51 | 40 | 21 | 19 | v4.0.2 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.