Add a PDF download button to WordPress in minutes. Visitors can save pages or posts as PDF with one click.
Prioritized issue groups from the latest Plugin Check scan
I18n
283
6 issue groups
Maintainability
237
12 issue groups
Security
37
7 issue groups
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$api_key".
Sample message
The $text parameter must be a single text string literal. Found: $api_key
Sample message
Missing $domain parameter in function call to esc_attr_e().
Sample message
The $domain parameter must be a single text string literal. Found: $domain
Sample message
error_log() found. Debug code should not normally be used in production.
Sample message
Processing form data without nonce verification.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "activate_save_as_pdf_pdfcrowd".
Sample message
Detected usage of a non-sanitized input variable: $_POST['cdata']
Sample message
$_POST['cdata'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$code'.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found interpolation in unescaped heredoc.
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['cdata']. Check that the array index exists before using it.
Sample message
Use of heredoc syntax (<<<) is not allowed; use standard strings or inline HTML instead
Sample message
Offloading images, js, css, and other scripts to your servers or any remote service is disallowed.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Processing form data without nonce verification.
Sample message
Stylesheets must be registered/enqueued via wp_enqueue_style()
Sample message
Use of the "translate()" function is reserved for low-level API usage.
Sample message
print_r() found. Debug code should not normally be used in production.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fopen().
Sample message
rand() is discouraged. Use the far less predictable wp_rand() instead.
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
Plugin name "Save as PDF Plugin by PDFCrowd" is different from the name declared in plugin header "Save as PDF by PDFCrowd".
Sample message
The "Text Domain" header in the plugin file does not match the slug. Found "save-as-pdf-pdfcrowd", expected "save-as-pdf-by-pdfcrowd".
Potential connections found in static code analysis.
Outbound calls
45
External assets
2
Incoming endpoints
4
wp_ajax
wp_ajax
wp_ajax
wp_ajax
2 score snapshots
v4.6.0
33
Latest
v4.5.8
33
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 33 | 558 | 301 | 257 | v4.6.0 | 2.0.0 |
| 33 | 553 | 299 | 254 | v4.5.8 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.