Amelia is a powerful booking plugin for appointments and events. Manage scheduling, calendars, and availability with an all-in-one booking system.
Prioritized issue groups from the latest Plugin Check scan
Security
1,265
9 issue groups
Maintainability
509
14 issue groups
I18n
238
2 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"Capacity '$capacity' must be whole number between "'.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$begin".
Sample message
Mismatched text domain. Expected 'ameliabooking' but got "wpamelia".
Sample message
The $text parameter must be a single text string literal. Found: 'Read-only abilities for the Amelia booking system. Canonical workflow: ' .\n '1) amelia/list-services — get service IDs and prices; ' .\n '2) amelia/list-employees — get provider IDs for that service; ' .\n '3) amelia/check-availability — find open timeslots; ' .\n '4) amelia/list-customers (or amelia/add-customer) — resolve the customer ID; ' .\n 'then hand off to an amelia-write ability to complete the booking.'
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"var wpAmeliaTimeZones = $timeZones;"'.
Sample message
Use of a direct database call is discouraged.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable {$deletedProvidersIdsQuery} at "UPDATE {$table} SET providerId = NULL WHERE providerId IN ({$deletedProvidersIdsQuery})"
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
Unescaped parameter $table used in $wpdb->get_col()\n$table assigned unsafely at line 45.
Sample message
Resource version not set in call to wp_enqueue_script(). This means new versions of the script may not always be loaded due to browser caching.
Sample message
Processing form data without nonce verification.
Sample message
In footer ($in_footer) is not set explicitly wp_enqueue_script; It is recommended to load scripts in the footer. Please set this value to `true` to load it in the footer, or explicitly `false` if it should be loaded in the header.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
error_log() found. Debug code should not normally be used in production.
Sample message
$_GET['ameliaCache'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Function "wp_register_ability()" requires WordPress 6.9.0, but your plugin minimum supported version is WordPress 6.5.0.
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
Detected usage of a non-sanitized input variable: $_GET['ameliaCache']
Sample message
Use placeholders and $wpdb->prepare(); found $command
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Processing form data without nonce verification.
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Potential connections found in static code analysis.
Outbound calls
150
External assets
147
Incoming endpoints
3
wp_ajax
wp_ajax
wp_ajax
4 score snapshots
v2.4.5
25
Latest
v2.4.4
25
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 25 | 2,065 | 1,512 | 553 | v2.4.5 | 2.0.0 |
| 25 | 1,967 | 1,487 | 480 | v2.4.4 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.