Build and maintain a fully customizable database of participants, members or anything with signup forms, admin backend, custom lists, and CSV support.
Prioritized issue groups from the latest Plugin Check scan
Security
746
9 issue groups
Maintainability
737
12 issue groups
I18n
252
4 issue groups
Sample message
Use placeholders and $wpdb->prepare(); found $column
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
Unescaped parameter $column used in $wpdb->get_var()\n$column used without escaping.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$CSV_import'.
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
Namespaces declared by a theme/plugin should start with the theme/plugin prefix. Found: "PDb_admin_list".
Sample message
Missing $domain parameter in function call to __().
Sample message
The $text parameter must be a single text string literal. Found: $_SERVER["REQUEST_URI"]
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$CSV_import".
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'pdb-list_admin_with_selected_' . $selected_action".
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "PDb_Admin_Notices".
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a non-sanitized input variable: $_FILES[PDb_CSV_Import::csv_field]['name']
Sample message
$_GET['action'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$slug".
Sample message
Detected usage of a possibly undefined superglobal array index: $_FILES[PDb_CSV_Import::csv_field]['name']. Check that the array index exists before using it.
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
Sample message
Attempting a database schema change is discouraged.
Sample message
Processing form data without nonce verification.
Sample message
print_r() found. Debug code should not normally be used in production.
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1$s, %2$s", but got "%s, %s" in '%s version %s'.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Potential connections found in static code analysis.
Outbound calls
194
External assets
0
Incoming endpoints
8
No external asset domains detected.
wp_ajax
wp_ajax
admin_post
admin_post
admin_post
admin_post
wp_ajax
wp_ajax
3 score snapshots
v2.7.8.5
25
Latest
v2.7.8.4
24
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 25 | 1,834 | 941 | 893 | v2.7.8.5 | 2.0.0 |
| 24 | 1,844 | 950 | 894 | v2.7.8.4 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.