Map web forms to PDF forms then with one simple shortcode - display a link on any post, page, form, or view the merged PDF on a PC or mobile device.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
598
18 issue groups
Security
77
7 issue groups
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$actual".
Sample message
Use of a direct database call is discouraged.
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
Function "esc_textarea()" requires WordPress 3.1.0, but your plugin minimum supported version is WordPress 3.0.1.
Sample message
Attempting a database schema change is discouraged.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"\n$debug\n"'.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Sanitization missing for register_setting().
Sample message
Processing form data without nonce verification.
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "Doc2PdfConverter".
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "cache_entry".
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
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fwrite().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: is_writable().
Sample message
Plugin folders are deleted when upgraded. Do not save data to the plugin folder using file_put_contents(). Detected usage of __FILE__ or __DIR__ magic constant. Use wp_upload_dir() to get the uploads directory path or save to the database instead.
Sample message
Use placeholders and $wpdb->prepare(); found $prefix
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "fpro2pdf_pdf_generated".
Sample message
Detected usage of a non-sanitized input variable: $_POST['address_field'][$index]
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: mkdir().
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "PROPDF_TEMP_DIR".
Sample message
Processing form data without nonce verification.
Sample message
The use of function move_uploaded_file() is forbidden
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['_wpnonce']. Check that the array index exists before using it.
Potential connections found in static code analysis.
Outbound calls
77
External assets
0
Incoming endpoints
10
No external asset domains detected.
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
2 score snapshots
v3.25
24
Latest
v3.24
24
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 24 | 695 | 218 | 477 | v3.25 | 2.0.0 |
| 24 | 695 | 218 | 477 | v3.24 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.