Restaurant menu plugin for online food ordering, delivery, pickup, table reservation & booking - QR ordering, visual table layouts & multi-location.
Category Scores
Top Issues by Category
security29
maintainability27
Issues Details
57 issues found in latest scan
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$bits'.
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "wpc_allergen_icon_svg".
Detected usage of a non-sanitized input variable: $_POST['wpcafe_allergens']
Processing form data without nonce verification.
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "variation/popup_content".
error_log() found. Debug code should not normally be used in production.
The plugin name includes a restricted term. Your chosen plugin name - "WPCafe - Restaurant Menu, Online Food Ordering & Table Booking System" - contains the restricted term "wp" which cannot be used at all in your plugin name.
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$settings".
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Detected usage of meta_query, possible slow query.
One or more tags were ignored. Please limit your plugin to 5 tags.
| Code | Type | Message | Count |
|---|---|---|---|
| WordPress.Security.EscapeOutput.OutputNotEscaped | ERROR | All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$bits'. | 20 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound | WARNING | Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "wpc_allergen_icon_svg". | 13 |
| WordPress.Security.ValidatedSanitizedInput.InputNotSanitized | WARNING | Detected usage of a non-sanitized input variable: $_POST['wpcafe_allergens'] | 5 |
| WordPress.Security.NonceVerification.Recommended | WARNING | Processing form data without nonce verification. | 4 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound | WARNING | Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "variation/popup_content". | 3 |
| WordPress.PHP.DevelopmentFunctions.error_log_error_log | WARNING | error_log() found. Debug code should not normally be used in production. | 3 |
| trademarked_term | WARNING | The plugin name includes a restricted term. Your chosen plugin name - "WPCafe - Restaurant Menu, Online Food Ordering & Table Booking System" - contains the restricted term "wp" which cannot be used at all in your plugin name. | 3 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound | WARNING | Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$settings". | 2 |
| missing_direct_file_access_protection | ERROR | PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit; | 2 |
| WordPress.DB.SlowDBQuery.slow_db_query_meta_query | WARNING | Detected usage of meta_query, possible slow query. | 1 |
| readme_parser_warnings_too_many_tags | WARNING | One or more tags were ignored. Please limit your plugin to 5 tags. | 1 |
Latest Snapshot
Findings
57
Errors
22
Warnings
35
Score History
First score snapshot
First scan completed
v3.0.14 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2
v3.0.14
55
Latest
- Findings
- 57
- Errors
- 22
- Warnings
- 35
- Plugin Check
- 2.0.0
- Model
- 2026.06-mvp-static-v2
| Scan | Score | Findings | Errors | Warnings | Plugin | Plugin Check | Model |
|---|---|---|---|---|---|---|---|
| Latest | 55 | 57 | 22 | 35 | v3.0.14 | 2.0.0 | 2026.06-mvp-static-v2 |