The ultimate solution for booking appointments, meetings, webinars, events, sales calls, and more.
Category Scores
Top Issues by Category
security103
maintainability25
Issues Details
128 issues found in latest scan
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '" {$oParserState->peek()} "'.
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$baseDir".
trigger_error() found. Debug code should not normally be used in production.
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$exception'.
set_error_handler() found. Debug code should not normally be used in production.
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fwrite().
Plugin name "Fluent Booking - The Ultimate Appointments Scheduling, Events Booking, Events Calendar Solution" is different from the name declared in plugin header "FluentBooking - Appointment Scheduling & Booking Solution".
| Code | Type | Message | Count |
|---|---|---|---|
| WordPress.Security.EscapeOutput.ExceptionNotEscaped | ERROR | All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '" {$oParserState->peek()} "'. | 99 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound | WARNING | Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$baseDir". | 8 |
| WordPress.PHP.DevelopmentFunctions.error_log_trigger_error | WARNING | trigger_error() found. Debug code should not normally be used in production. | 7 |
| missing_direct_file_access_protection | ERROR | PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit; | 7 |
| WordPress.Security.EscapeOutput.OutputNotEscaped | ERROR | All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$exception'. | 4 |
| WordPress.PHP.DevelopmentFunctions.error_log_set_error_handler | WARNING | set_error_handler() found. Debug code should not normally be used in production. | 1 |
| WordPress.WP.AlternativeFunctions.file_system_operations_fwrite | ERROR | File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fwrite(). | 1 |
| mismatched_plugin_name | WARNING | Plugin name "Fluent Booking - The Ultimate Appointments Scheduling, Events Booking, Events Calendar Solution" is different from the name declared in plugin header "FluentBooking - Appointment Scheduling & Booking Solution". | 1 |
Latest Snapshot
Findings
128
Errors
111
Warnings
17
Score History
First score snapshot
First scan completed Jun 20, 2026
v2.1.2 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2
Jun 20, 2026
v2.1.2
42
Latest
- Findings
- 128
- Errors
- 111
- Warnings
- 17
- Plugin Check
- 2.0.0
- Model
- 2026.06-mvp-static-v2
| Scan | Score | Findings | Errors | Warnings | Plugin | Plugin Check | Model |
|---|---|---|---|---|---|---|---|
| Jun 20, 2026Latest | 42 | 128 | 111 | 17 | v2.1.2 | 2.0.0 | 2026.06-mvp-static-v2 |