Appointment scheduling plugin for salons, spas, and wellness centers to streamline bookings and improve customer satisfaction.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
567
19 issue groups
Security
180
6 issue groups
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$additional_classes".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '" - ID {$booking->getId()}: {$status_label} - <span class='"'.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "SLB_Discount_Helper_Booking".
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'sln_attendant_notav_'.$key".
Sample message
$_GET['key'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a non-sanitized input variable: $_POST['sln_debug_nonce']
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
error_log() found. Debug code should not normally be used in production.
Sample message
Processing form data without nonce verification.
Sample message
Namespaces declared by a theme/plugin should start with the theme/plugin prefix. Found: "SLB_API\Controller".
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
print_r() found. Debug code should not normally be used in production.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "create_test_booking_builder".
Sample message
rand() is discouraged. Use the far less predictable wp_rand() instead.
Sample message
Application files are not permitted.
Sample message
Detected usage of meta_query, possible slow query.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['bookingId']. Check that the array index exists before using it.
Sample message
Attempting a database schema change is discouraged.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$pt.$key.get".
Sample message
Interfaces declared by a theme/plugin should start with the theme/plugin prefix. Found: "SLN_Wrapper_AttendantInterface".
Sample message
var_export() found. Debug code should not normally be used in production.
Sample message
Processing form data without nonce verification.
Sample message
The use of function ini_set() is discouraged
Potential connections found in static code analysis.
Outbound calls
251
External assets
20
Incoming endpoints
29
register_rest_route
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
13 more hidden
4 score snapshots
v10.30.34
23
Latest
v10.30.33
22
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 23 | 758 | 145 | 613 | v10.30.34 | 2.0.0 |
| 22 | 1,275 | 655 | 620 | v10.30.33 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.