DK PDF allows your site visitors generate PDF files from WordPress posts, pages, custom post types and WooCommerce products using a button.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
493
17 issue groups
Security
397
6 issue groups
I18n
149
2 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"Call to undefined method $class::$name()"'.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$_cr".
Sample message
Mismatched text domain. Expected 'dk-pdf' but got 'dkpdf'.
Sample message
Function "get_the_post_thumbnail_url()" requires WordPress 4.4.0, but your plugin minimum supported version is WordPress 3.9.0.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$Format'.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fread().
Sample message
File and folder names must not contain spaces or special characters.
Sample message
$_GET['nonce'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a non-sanitized input variable: $_FILES['font_file']
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fopen().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
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
Processing form data without nonce verification.
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$globalHook".
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fwrite().
Sample message
Stylesheets must be registered/enqueued via wp_enqueue_style()
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "_OTL_OLD_SPEC_COMPAT_2".
Sample message
Found call to wp_enqueue_script() with external resource. Offloading scripts to your servers or any remote service is disallowed.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'get_template_part_' . $slug".
Sample message
var_export() found. Debug code should not normally be used in production.
Sample message
Detected usage of a possibly undefined superglobal array index: $_REQUEST['dest']. Check that the array index exists before using it.
Not analyzed yet.
First score snapshot
v2.3.1
23
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 23 | 1,079 | 744 | 335 | v2.3.1 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.