A reliable tool for managing any kind of appointments, scheduling the bookings of various services, and organizing the calendars of several employees.
Prioritized issue groups from the latest Plugin Check scan
Security
8,989
5 issue groups
Maintainability
5,412
16 issue groups
I18n
426
4 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<link href=\"{$href}\" {$relType}=\"$relation\" "'.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$COMMENT_DESC_LENGTH".
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "AliasHelper".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"Config {$class} not found!"'.
Sample message
A function call to __() with texts containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders.
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "CF_EXCLUDE_FILE".
Sample message
Missing $domain parameter in function call to __().
Sample message
All output should be run through an escaping function (like echo esc_html_x() or echo esc_attr_x()), found '_ex'.
Sample message
Use of heredoc syntax (<<<) is not allowed; use standard strings or inline HTML instead
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'get_supported_payments_' . $plugin".
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$bc".
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fread().
Sample message
Detected usage of a non-sanitized input variable: $_SERVER['DOCUMENT_ROOT']
Sample message
$_SERVER['DOCUMENT_ROOT'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1$d, %2$d", but got "%d, %d" in '%d/%d redeemed packages'.
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fopen().
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
Translatable string should not be wrapped in HTML. Found: '<p>Before to proceed you should complete all the following steps first.</p>'
Sample message
Interfaces declared by a theme/plugin should start with the theme/plugin prefix. Found: "JLanguageHandler".
Potential connections found in static code analysis.
Outbound calls
300
External assets
0
Incoming endpoints
0
No external asset domains detected.
No public endpoints detected.
2 score snapshots
v1.2.20
25
Latest
v1.2.19
25
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 25 | 14,968 | 9,759 | 5,209 | v1.2.20 | 2.0.0 |
| 25 | 14,960 | 9,753 | 5,207 | v1.2.19 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.