Booking Package is the simplest solution for integrating an online appointment booking calendar system and event calendar into your WordPress website.
| Code | Message | Location | Category | |
|---|---|---|---|---|
| ERROR | WordPress.Security.EscapeOutput.UnsafePrintingFunction | All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'. | 2563:77 | Security |
| ERROR | WordPress.DB.PreparedSQL.NotPrepared | Use placeholders and $wpdb->prepare(); found $sql | 2259:35 | Security |
| ERROR | WordPress.Security.EscapeOutput.UnsafePrintingFunction | All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'. | 2571:72 | Security |
| ERROR | WordPress.DB.PreparedSQL.NotPrepared | Use placeholders and $wpdb->prepare(); found $table_name | 2281:32 | Security |
| ERROR | PluginCheck.Security.DirectDB.UnescapedDBParameter | Unescaped parameter $sql used in $wpdb->get_results($sql)\n$sql assigned unsafely at line 2280:\n $sql = $wpdb->prepare(\n\t\t\t\t"SELECT `status` FROM `" . $table_name . "` WHERE `month` = %d AND `day` = %d AND `year` = %d AND `accountKey` = 'national';", \n\t\t\t\tarray(\n\t\t\t\t\tintval($month), \n\t\t\t\t\tintval($day), \n\t\t\t\t\tintval($year), \n\t\t\t\t\tsanitize_text_field($accountKey)\n\t\t\t\t)\n\t\t\t)\nNote: sanitize_text_field() is not a safe escaping function.\n$table_name assigned unsafely at line 2279:\n $table_name = $wpdb->prefix . "booking_package_regular_holidays"\n$month used without escaping.\n$day used without escaping.\n$year used without escaping.\n$accountKey used without escaping. | 2290:23 | Security |
| ERROR | WordPress.Security.EscapeOutput.UnsafePrintingFunction | All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'. | 2573:135 | Security |
| ERROR | WordPress.Security.EscapeOutput.UnsafePrintingFunction | All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'. | 2578:72 | Security |
| ERROR | WordPress.DB.PreparedSQL.NotPrepared | Use placeholders and $wpdb->prepare(); found $sql | 2290:35 | Security |
| ERROR | WordPress.DateTime.RestrictedFunctions.date_date | date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead. | 2308:16 | — |
| ERROR | WordPress.DateTime.RestrictedFunctions.date_date | date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead. | 2309:29 | — |
| 11/13/2025, 3:36:11 PM | 1m 33s | 1 | 1631 | 4057 |