Get together safely, in your own way, in WordPress.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
6,913
14 issue groups
Security
2,534
9 issue groups
Performance
41
1 issue group
I18n
35
1 issue group
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "_bp_activity_get_types_by_support".
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'bp_activity_post_type_edit_' . $post->post_type".
Sample message
Processing form data without nonce verification.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $alias at " ON ($this->primary_table.$this->primary_id_column = $alias.$this->meta_id_column AND $alias.meta_key = %s )"
Sample message
Detected usage of a non-sanitized input variable: $_COOKIE['bp-message']
Sample message
$_COOKIE['bp-message'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Use of a direct database call is discouraged.
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
Processing form data without nonce verification.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "BP_Activity_Activity".
Sample message
Detected usage of a possibly undefined superglobal array index: $_FILES['file']['name']. Check that the array index exists before using it.
Sample message
Use placeholders and $wpdb->prepare(); found $activity_ids_sql
Sample message
Unescaped parameter $activity_ids_sql used in $wpdb->get_col()\n$activity_ids_sql assigned unsafely at line 779.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$activities_template".
Sample message
Using exclusionary parameters, like exclude, in calls to get_posts() should be done with caution, see https://wpvip.com/documentation/performance-improvements-by-removing-usage-of-post__not_in/ for more information.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$action".
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 meta_query, possible slow query.
Sample message
Namespaces declared by a theme/plugin should start with the theme/plugin prefix. Found: "Buddypress\CLI".
Sample message
Unescaped parameter $bp_prefix used in $wpdb->get_col()\n$bp_prefix assigned unsafely at line 666.
Sample message
Detected usage of meta_key, possible slow query.
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "BP_AVATAR_FULL_HEIGHT".
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Editor blocks must define "apiVersion" 3 or higher in block.json for WordPress 7.0+ iframe editor compatibility.
Potential connections found in static code analysis.
Outbound calls
278
External assets
8
Incoming endpoints
14
No external asset domains detected.
wp_ajax
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
3 score snapshots
v14.5.2
23
Latest
v14.5.0
23
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 23 | 9,596 | 584 | 9,012 | v14.5.2 | 2.0.0 |
| 23 | 9,596 | 584 | 9,012 | v14.5.0 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.