Display estimated delivery dates automatically on WooCommerce product pages and emails — supports weekends, holidays, and full customization.
| Code | Message | Location | Category | |
|---|---|---|---|---|
| ERROR | WordPress.DB.PreparedSQL.NotPrepared | Use placeholders and $wpdb->prepare(); found $query | 110:33 | Security |
| ERROR | WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound | Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$table". | 13:1 | Plugin Repo |
| ERROR | WordPress.Security.EscapeOutput.OutputNotEscaped | All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$this'. | 598:52 | Security |
| WARNING | PluginCheck.Security.DirectDB.UnescapedDBParameter | Unescaped parameter $table used in $wpdb->get_results($wpdb->prepare(\r\n "SELECT * FROM {$table} WHERE country_code=%s AND year=%d ORDER BY `date`",\r\n strtoupper( $country ),\r\n absint( $year )\r\n ))\n$table assigned unsafely at line 75:\n $table = self::table() | 79:23 | Security |
| WARNING | WordPress.DB.PreparedSQL.InterpolatedNotPrepared | Use placeholders and $wpdb->prepare(); found interpolated variable {$table} at "SELECT * FROM {$table} WHERE country_code=%s AND year=%d ORDER BY `date`" | 81:17 | Security |
| WARNING | WordPress.DB.PreparedSQL.InterpolatedNotPrepared | Use placeholders and $wpdb->prepare(); found interpolated variable {$table} at "SELECT `date` FROM {$table} WHERE country_code=%s AND year IN ($placeholders) AND is_considered=1" | 104:13 | Security |
| WARNING | WordPress.DB.PreparedSQL.InterpolatedNotPrepared | Use placeholders and $wpdb->prepare(); found interpolated variable $placeholders at "SELECT `date` FROM {$table} WHERE country_code=%s AND year IN ($placeholders) AND is_considered=1" | 104:13 | Security |
| WARNING | PluginCheck.Security.DirectDB.UnescapedDBParameter | Unescaped parameter $query used in $wpdb->get_col($query)\n$query assigned unsafely at line 103:\n $query = $wpdb->prepare(\r\n "SELECT `date` FROM {$table} WHERE country_code=%s AND year IN ($placeholders) AND is_considered=1",\r\n array_merge( [ strtoupper( $country ) ], array_map( 'absint', $years ) )\r\n )\n$table assigned unsafely at line 98:\n $table = self::table() | 110:24 | Security |
| WARNING | PluginCheck.Security.DirectDB.UnescapedDBParameter | Unescaped parameter $table used in $wpdb->get_var($wpdb->prepare(\r\n "SELECT id FROM {$table} WHERE country_code=%s AND year=%d AND date=%s",\r\n $country, $year, $date\r\n ))\n$table assigned unsafely at line 118:\n $table = self::table() | 123:26 | Security |
| WARNING | WordPress.DB.PreparedSQL.InterpolatedNotPrepared | Use placeholders and $wpdb->prepare(); found interpolated variable {$table} at "SELECT id FROM {$table} WHERE country_code=%s AND year=%d AND date=%s" | 124:13 | Security |
| 18.11.2025, 02:11:54 | 9s | 95 | 3 | 10 |
| Source | Host | URL | Plugin File / Stack | Captured |
|---|---|---|---|---|
| Static | www.paypal.com | https://www.paypal.com/donate/?hosted_button_id=6CHKUKFNF3ZMN | includes/class-admin.php:627 | 11/18/2025, 2:11:56 AM |
| Static | date.nager.at | https://date.nager.at/api/v3/AvailableCountries | includes/class-sync.php:14 | 11/18/2025, 2:11:56 AM |
| Static | date.nager.at | https://date.nager.at/api/v3/PublicHolidays/%d/%s | includes/class-sync.php:49 | 11/18/2025, 2:11:56 AM |