Displays a printable version of your WordPress blog's post/page.
Prioritized issue groups from the latest Plugin Check scan
Security
81
4 issue groups
Maintainability
59
11 issue groups
I18n
9
2 issue groups
Repo Compliance
2
2 issue groups
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$base_name".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$after'.
Sample message
Stylesheets must be registered/enqueued via wp_enqueue_style()
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "remove_image".
Sample message
Detected usage of a non-sanitized input variable: $_POST['print_disclaimer']
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
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1$s, %2$s", but got "%s, %s" in '%s @ %s'.
Sample message
The plugin name includes a restricted term. Your chosen plugin name - "WP-Print" - contains the restricted term "wp" which cannot be used at all in your plugin name.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "comment_text".
Sample message
$_POST['print_page_text'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
wp_get_sites() has been deprecated since WordPress version 4.6.0. Use get_sites() instead.
Sample message
Function "get_sites()" requires WordPress 4.6.0, but your plugin minimum supported version is WordPress 4.0.0.
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
Sample message
The parameter value "text_direction" has been deprecated since WordPress version 2.2.0. Use is_rtl() instead.
Sample message
Missing "License". Please update your readme with a valid GPLv2 (or later) compatible license.
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
5
External assets
3
Incoming endpoints
0
No public endpoints detected.
2 score snapshots
v2.58.3
36
Latest
v2.58.2
35
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 36 | 151 | 102 | 49 | v2.58.3 | 2.0.0 |
| 35 | 162 | 110 | 52 | v2.58.2 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.