Build membership sites with tiered plans, content restriction, drag-&-drop custom registration & login form builder, and built-in payment system.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
2,461
13 issue groups
Security
1,257
9 issue groups
I18n
152
3 issue groups
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$action_message".
Sample message
Processing form data without nonce verification.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "UR".
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'ur_user_' . $action_label".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '" data-wp-lists='list:$singular'"'.
Sample message
Processing form data without nonce verification.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "UR_AJAX".
Sample message
$_COOKIE['wp-resetpass-' . COOKIEHASH] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a non-sanitized input variable: $_COOKIE[$cookie_key]
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
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
The $text parameter must be a single text string literal. Found: $action_class
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET['form_id']. Check that the array index exists before using it.
Sample message
Detected usage of meta_key, possible slow query.
Sample message
Detected usage of meta_value, possible slow query.
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $subscription_table at "SELECT COUNT(DISTINCT user_id) total from $subscription_table\n
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
Detected usage of meta_query, possible slow query.
Sample message
Missing $domain parameter in function call to esc_attr__().
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "URM_CONTENT_DRIP_CSS_ASSETS_URL".
Sample message
Unescaped parameter $orders_meta_table used in $wpdb->get_var()\n$orders_meta_table assigned unsafely at line 393.
Potential connections found in static code analysis.
Outbound calls
294
External assets
5
Incoming endpoints
1
No public endpoints detected.
wp_ajax
7 score snapshots
v5.2.8
24
Latest
v5.2.7
24
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 24 | 4,081 | 675 | 3,406 | v5.2.8 | 2.1.0 |
| 24 | 4,070 | 666 | 3,404 | v5.2.7 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.