Create and manage online registrations. Design your own registration layout and manage bookings.
Prioritized issue groups from the latest Plugin Check scan
Security
1,285
10 issue groups
Maintainability
590
14 issue groups
Supply Chain
8
1 issue group
Sample message
Processing form data without nonce verification.
Sample message
$_GET['booking-id'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$PNG_TEMP_DIR".
Sample message
Detected usage of a non-sanitized input variable: $_FILES['csv-file']
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET['calendar-date']. Check that the array index exists before using it.
Sample message
Processing form data without nonce verification.
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "CALENDAR_DATE_FORMAT".
Sample message
Use of a direct database call is discouraged.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $bookingStatus at \t\t\tAND a.status = $bookingStatus\n
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"Cannot save property `{$key}` containing an API resource of type "'.
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 '$PNG_WEB_DIR'.
Sample message
Unescaped parameter $seatreg_db_table_names->table_seatreg used in $wpdb->get_results()
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "FrameFiller".
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
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: fread().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fopen().
Sample message
Hidden files are not permitted.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "assignIfNotEmpty".
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: mkdir().
Sample message
mt_rand() is discouraged. Use the far less predictable wp_rand() instead.
Sample message
rand() is discouraged. Use the far less predictable wp_rand() instead.
Sample message
wp_redirect() found. Using wp_safe_redirect(), along with the "allowed_redirect_hosts" filter if needed, can help avoid any chances of malicious redirects within code. It is also important to remember to call exit() after a redirect so that no other unwanted code is executed.
Potential connections found in static code analysis.
Outbound calls
273
External assets
27
Incoming endpoints
0
No public endpoints detected.
First score snapshot
v1.68.1
21
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 21 | 1,949 | 312 | 1,637 | v1.68.1 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.