Sell ebooks and digital downloads on WordPress. Upload, drop a shortcode, get paid with PayPal. Pro watermarks every PDF and ePub to its buyer.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
691
15 issue groups
Security
594
8 issue groups
I18n
70
2 issue groups
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$QSWPOptions".
Sample message
Processing form data without nonce verification.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$attrs'.
Sample message
Detected usage of a non-sanitized input variable: $_COOKIE['wpam_id']
Sample message
Detected usage of a possibly undefined superglobal array index: $_FILES['ebook_wp_custom_attachment']. Check that the array index exists before using it.
Sample message
Processing form data without nonce verification.
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
$_COOKIE['wpam_id'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "add_ebook_store_category".
Sample message
Sanitization missing for register_setting().
Sample message
error_log() found. Debug code should not normally be used in production.
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
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 (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Mismatched text domain. Expected 'ebook-store' but got 'ebook-store-extension'.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "Currencies".
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().
Sample message
Resource version not set in call to wp_enqueue_script(). This means new versions of the script may not always be loaded due to browser caching.
Sample message
Detected usage of meta_key, possible slow query.
Sample message
Detected usage of meta_value, possible slow query.
Sample message
The use of function ini_set() is discouraged
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
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Potential connections found in static code analysis.
Outbound calls
285
External assets
5
Incoming endpoints
10
register_rest_route
admin_post
admin_post
admin_post
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
3 score snapshots
v6.21
22
Latest
v6.20
22
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 22 | 1,464 | 410 | 1,054 | v6.21 | 2.0.0 |
| 22 | 1,473 | 416 | 1,057 | v6.20 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.