WP Customer Area is a modular all-in-one solution to manage private content with WordPress.
Prioritized issue groups from the latest Plugin Check scan
I18n
2,133
6 issue groups
Security
1,237
8 issue groups
Maintainability
827
11 issue groups
Sample message
Mismatched text domain. Expected 'customer-area' but got "cuar".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '" ## IN PATH : $path \n"'.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$a".
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
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
$_GET[$name] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a non-sanitized input variable: $_FILES['cuar-settings-file']['tmp_name']
Sample message
Processing form data without nonce verification.
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
The $domain parameter must be a single text string literal. Found: $this->text_domain
Sample message
The $text parameter must be a single text string literal. Found: "You can also get notified when we've got something exciting to say (plugin updates, news, etc.). Simply "\n . "subscribe to our newsletter, we won't spam, we send at most one email per month!"
Sample message
error_log() found. Debug code should not normally be used in production.
Sample message
Detected usage of meta_query, possible slow query.
Sample message
wp_redirect() found. Using wp_safe_redirect(), along with the "allowed_redirect_hosts" filter if needed, can help avoid any chances of malicious redirects within code. It is also important to remember to call exit() after a redirect so that no other unwanted code is executed.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "automatic_updater_disabled".
Sample message
Detected usage of a possibly undefined superglobal array index: $_FILES['cuar-settings-file']['tmp_name']. Check that the array index exists before using it.
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1$1s, %2$2s", but got "%1s, %2s" in '%1sList of sites you can embed from%2s'.
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
Sample message
Detected usage of tax_query, possible slow query.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: mkdir().
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
Sample message
The parameter "$get_terms_options" at position #2 of get_terms() has been deprecated since WordPress version 4.5.0. Instead do not pass the parameter.
Sample message
Missing $domain parameter in function call to __().
Potential connections found in static code analysis.
Outbound calls
214
External assets
0
Incoming endpoints
24
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
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
6 more hidden
2 score snapshots
v8.3.6
24
Latest
v8.3.5
22
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 24 | 4,247 | 3,306 | 941 | v8.3.6 | 2.0.0 |
| 22 | 4,249 | 3,308 | 941 | v8.3.5 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.