Download Attachments is a new approach to managing downloads in WordPress. It allows you to easily add and display download links in any post or page.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
133
16 issue groups
Security
94
5 issue groups
Performance
19
1 issue group
I18n
6
3 issue groups
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "da_add_shortcode_to_content".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$container'.
Sample message
Using exclusionary parameters, like exclude, in calls to get_posts() should be done with caution, see https://wpvip.com/documentation/performance-improvements-by-removing-usage-of-post__not_in/ for more information.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$attachment".
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "da_attach_file".
Sample message
Processing form data without nonce verification.
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a non-sanitized input variable: $_GET['id']
Sample message
$_GET['id'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
In footer ($in_footer) is not set explicitly wp_enqueue_script; It is recommended to load scripts in the footer. Please set this value to `true` to load it in the footer, or explicitly `false` if it should be loaded in the header.
Sample message
Detected usage of meta_key, possible slow query.
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
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
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$this->prefix . '_after_render_settings_errors'".
Sample message
The use of function ini_set() is discouraged
Sample message
Detected usage of meta_query, possible slow query.
Sample message
The parameter "null" at position #3 of add_option() has been deprecated since WordPress version 2.3.0. Use "" instead.
Sample message
load_plugin_textdomain() has been discouraged since WordPress version 4.6. When your plugin is hosted on WordPress.org, you no longer need to manually include this function call for translations under your plugin slug. WordPress will automatically load the translations for you as needed.
Sample message
Detected usage of meta_value, possible slow query.
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: fread().
Sample message
Found usage of constant "TEMPLATEPATH". Use get_template_directory() instead.
Sample message
The $domain parameter must be a single text string literal. Found: $this->domain
Not analyzed yet.
First score snapshot
v1.4.1
32
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 32 | 257 | 69 | 188 | v1.4.1 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.