Display to Post Author Information Box on bottom of the contents.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
105
11 issue groups
Security
76
7 issue groups
I18n
17
2 issue groups
Repo Compliance
2
2 issue groups
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "add_user_profile_image_form".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$attr['class']'.
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: "pad-stylesheet".
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
$_GET['post'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Missing $domain parameter in function call to _x().
Sample message
Detected usage of a non-sanitized input variable: $_GET['post']
Sample message
A function call to __() 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
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "VK_PAD_BASENAME".
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$Vk_term_color".
Sample message
Processing form data without nonce verification.
Sample message
Processing form data without nonce verification.
Sample message
Application files are not permitted.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "Vk_Post_Author_Box".
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
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
Sample message
wp_reset_query() is discouraged. Use wp_reset_postdata() 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.
Sample message
The "/vendor" directory using composer exists, but "composer.json" file is missing.
Sample message
Tested up to: 6.9 < 7.0. The "Tested up to" value in your plugin is not set to the current version of WordPress. This means your plugin will not show up in searches, as we require plugins to be compatible and documented as tested up to the most recent version of WordPress.
Sample message
The "Domain Path" header in the plugin file must point to an existing folder. Found: "languages"
Potential connections found in static code analysis.
Outbound calls
41
External assets
0
Incoming endpoints
0
No external asset domains detected.
No public endpoints detected.
2 score snapshots
v1.28.0
36
Latest
v1.27.1
35
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 36 | 200 | 87 | 113 | v1.28.0 | 2.0.0 |
| 35 | 198 | 87 | 111 | v1.27.1 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.