Powerful user profile plugin to create front-end user registration forms, login & user profile forms. Includes user role editor & content restriction.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
1,001
15 issue groups
Security
744
8 issue groups
I18n
325
2 issue groups
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
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$_wppb_le_potx_install".
Sample message
Processing form data without nonce verification.
Sample message
$_GET[$this->prefix.'_dismiss_admin_notification'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Function "add_term_meta()" requires WordPress 4.4.0, but your plugin minimum supported version is WordPress 3.1.0.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'wck_metabox_content_'.$meta".
Sample message
Processing form data without nonce verification.
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
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "_wppb_encodeQS".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$baseDir'.
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1$1s, %2$2s", but got "%1s, %2s" in '%1s registered as a %2s role'.
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
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$filter".
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "CL_Addons_List_Table".
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
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
var_export() found. Debug code should not normally be used in production.
Sample message
Sanitization missing for register_setting().
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "PBGCP_ADD_ON_DIR".
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $order at "signups WHERE $where ORDER BY $orderby $order LIMIT %d, %d"
Sample message
Detected usage of a non-sanitized input variable: $_POST['exclude']
Potential connections found in static code analysis.
Outbound calls
280
External assets
0
Incoming endpoints
20
No external asset domains detected.
register_rest_route
register_rest_route
register_rest_route
register_rest_route
register_rest_route
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
3 more hidden
5 score snapshots
v3.16.6
21
Latest
v3.16.5
21
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 21 | 2,166 | 703 | 1,463 | v3.16.6 | 2.0.0 |
| 21 | 2,166 | 703 | 1,463 | v3.16.5 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.