Based on crashutah, apeatling plugin Disables the activation email and automatically activates new users in BuddyPress under a standard WP install and …
Prioritized issue groups from the latest Plugin Check scan
Security
124
9 issue groups
I18n
28
5 issue groups
Maintainability
14
6 issue groups
Repo Compliance
5
5 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"sections['$section'] = '$section_slug';"'.
Sample message
The $domain parameter must be a single text string literal. Found: $this->WPB_PREFIX
Sample message
Processing form data without nonce verification.
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
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
Use of a direct database call is discouraged.
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
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET['page']. Check that the array index exists before using it.
Sample message
Mismatched text domain. Expected 'bp-disable-activation-reloaded' but got 'buddypress'.
Sample message
Offloading images, js, css, and other scripts to your servers or any remote service is disallowed.
Sample message
Sanitization missing for register_setting().
Sample message
Unescaped parameter $user->user_login used in $wpdb->get_var()\n$user->user_login used without escaping.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $user->user_login at "SELECT ID FROM $wpdb->users WHERE user_login = '$user->user_login'"
Sample message
Detected usage of a non-sanitized input variable: $_GET['page']
Sample message
$_GET['page'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
wp_htmledit_pre() has been deprecated since WordPress version 4.3.0. Use format_for_editor() instead.
Sample message
Missing $domain parameter in function call to __().
Sample message
The $text parameter must be a single text string literal. Found: $this->WPB_PLUGIN_NAME.' options updated.'
Sample message
Mismatched "Tested up to": 3.9.2 != BuddyPress 2.0.2+wp 3.9.2. The "Tested up to" value in the readme file must match the "Tested up to" value in the plugin header. If the plugin header has a "Tested up to" value, it will override the readme value, which can cause confusion.
Sample message
Missing "License". Please update your readme with a valid GPLv2 (or later) compatible license.
Sample message
Tested up to: 3.9 < 7.0. The "Tested up to" value in your plugin is not set to the current version of WordPress. This means your plugin will not show up in searches, as we require plugins to be compatible and documented as tested up to the most recent version of WordPress.
Sample message
The "Domain Path" header in the plugin file must start with forward slash.
Sample message
The "Requires at least" header in the plugin file should only contain a WordPress version such as "7.0" or "6.9".
Potential connections found in static code analysis.
Outbound calls
14
External assets
1
Incoming endpoints
0
No public endpoints detected.
First score snapshot
v1.2.1
36
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 36 | 175 | 147 | 28 | v1.2.1 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.