Simple Event Registration & RSVP Management for WordPress
Prioritized issue groups from the latest Plugin Check scan
Security
469
12 issue groups
Maintainability
444
12 issue groups
I18n
21
1 issue group
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
Use placeholders and $wpdb->prepare(); found $new_aid
Sample message
Processing form data without nonce verification.
Sample message
Processing form data without nonce verification.
Sample message
Unescaped parameter $sql used in $wpdb->get_results()\n$sql assigned unsafely at line 1041.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$alt_table".
Sample message
Detected usage of a possibly undefined superglobal array index: $_FILES['importFile']['tmp_name']. Check that the array index exists before using it.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"Cannot perform I/O operation outside of the base folder: {$this->baseFolderRealPath}"'.
Sample message
Sanitization missing for register_setting().
Sample message
Use of heredoc syntax (<<<) is not allowed; use standard strings or inline HTML instead
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
Attempting a database schema change is discouraged.
Sample message
Unescaped parameter $alt_table used in $wpdb->get_var()\n$alt_table assigned unsafely at line 123.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $alt_table at "SHOW TABLES LIKE '$alt_table'"
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fwrite().
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "ASSOCIATED_ATTENDEES_TABLE".
Sample message
Detected usage of a non-sanitized input variable: $_FILES['importFile']['name']
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
$_GET['_wpnonce'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<$tag $scope $id $class>$column_display_name</$tag>"'.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fopen().
Sample message
Resource version not set in call to wp_enqueue_style(). This means new versions of the style may not always be loaded due to browser caching.
Potential connections found in static code analysis.
Outbound calls
146
External assets
0
Incoming endpoints
3
No external asset domains detected.
wp_ajax
wp_ajax
wp_ajax
2 score snapshots
v2.7.18
24
Latest
v2.7.17
23
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 24 | 969 | 345 | 624 | v2.7.18 | 2.0.0 |
| 23 | 968 | 346 | 622 | v2.7.17 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.