Setup paid membership, accept payment, sell subscription & digital product, paywall, create login & registration form, user profile & member directory
Prioritized issue groups from the latest Plugin Check scan
Security
2,608
11 issue groups
Maintainability
1,584
10 issue groups
I18n
339
4 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<a class=\"add-new-h2\" href=\"$url\">"'.
Sample message
Short PHP opening tag used with echo; expected "<?php echo ! ..." but found "<?= ! ..."
Sample message
Processing form data without nonce verification.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$_plan".
Sample message
$_COOKIE[WP_PPRESS_SESSION_COOKIE] not unslashed before sanitization. Use wp_unslash() or similar
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
Detected usage of a possibly undefined superglobal array index: $_FILES['wpua-file']['name']. Check that the array index exists before using it.
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Detected usage of a non-sanitized input variable: $_COOKIE[WP_PPRESS_SESSION_COOKIE]
Sample message
Use of a direct database call is discouraged.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: " ppress_md_profile_cpf".
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
Missing $domain parameter in function call to __().
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Use of heredoc syntax (<<<) is not allowed; use standard strings or inline HTML instead
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1$d, %2$s", but got "%d, %s" in 'Maximum upload file size: %d%s.'.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $customer_Table at LEFT JOIN $customer_Table AS customer on customer.user_id = user.id \n
Sample message
Unescaped parameter $order_table used in $wpdb->get_var()\n$order_table assigned unsafely at line 224.
Sample message
Use placeholders and $wpdb->prepare(); found $args
Sample message
No PHP code was found in this file and short open tags are not allowed by this install of PHP. This file may be using short open tags but PHP does not allow them.
Sample message
Unescaped parameter $customer_Table used in $wpdb->get_results()\n$customer_Table assigned unsafely at line 126.
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
Mismatched text domain. Expected 'wp-user-avatar' but got 'mailoptin'.
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
Potential connections found in static code analysis.
Outbound calls
244
External assets
11
Incoming endpoints
45
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
21 more hidden
3 score snapshots
v4.16.19
24
Latest
v4.16.18
24
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 24 | 4,690 | 2,581 | 2,109 | v4.16.19 | 2.0.0 |
| 24 | 4,679 | 2,576 | 2,103 | v4.16.18 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.