Build a community right inside WordPress. Discussion spaces, courses, member profiles, and a beautiful dashboard — no coding needed.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
735
15 issue groups
I18n
252
2 issue groups
Security
236
8 issue groups
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$_wp_current_template_content".
Sample message
Mismatched text domain. Expected 'suredash' but got 'action-scheduler'.
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
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"HTTP method {$name} is not supported."'.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'wp_query_builder_column_builder_' . $this->id".
Sample message
Use placeholders and $wpdb->prepare(); found $column
Sample message
$_COOKIE['suredashColorSwitcherExists'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "as_enqueue_async_action".
Sample message
Missing $domain parameter in function call to __().
Sample message
Unescaped parameter $column_name used in $wpdb->get_var()
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "BSF_Admin_Notices".
Sample message
Unescaped parameter $query used in $wpdb->get_col()\n$query assigned unsafely at line 1001.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$hook".
Sample message
Incorrect number of replacements passed to $wpdb->prepare(). Found 1 replacement parameters, expected 2.
Sample message
Detected usage of meta_key, possible slow query.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Function "_wp_connectors_get_api_key_source()" requires WordPress 7.0.0, but your plugin minimum supported version is WordPress 6.6.0.
Sample message
Detected usage of meta_query, possible slow query.
Sample message
Detected usage of tax_query, possible slow query.
Sample message
Processing form data without nonce verification.
Sample message
The use of function ini_set() is discouraged
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable {$order} at "SELECT action_id from {$wpdb->actionscheduler_actions} {$where} {$order} LIMIT %d FOR UPDATE{$skip_locked}"
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "BSF_ANALYTICS_URI".
Sample message
Detected usage of meta_value, possible slow query.
Potential connections found in static code analysis.
Outbound calls
291
External assets
4
Incoming endpoints
5
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
8 score snapshots
v1.11.0
25
Latest
v1.10.4
25
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 25 | 1,231 | 420 | 811 | v1.11.0 | 2.0.0 |
| 25 | 1,230 | 420 | 810 | v1.10.4 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.