A developer-first REST API to decouple WooCommerce on the frontend. Fast, secure, customizable, easy.
| Code | Message | Location | Category | |
|---|---|---|---|---|
| ERROR | PluginCheck.CodeAnalysis.DiscouragedFunctions.load_plugin_textdomainFound | load_plugin_textdomain() has been discouraged since WordPress version 4.6. When your plugin is hosted on WordPress.org, you no longer need to manually include this function call for translations under your plugin slug. WordPress will automatically load the translations for you as needed. | 613:3 | Plugin Repo |
| ERROR | WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound | Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$untested_plugins_msg". | 15:1 | Plugin Repo |
| ERROR | WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound | Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "wp_' . $blog_id . '_cocart_updater_cron". | 633:20 | Plugin Repo |
| ERROR | WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound | Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "woocommerce_persistent_cart_enabled". | 200:33 | Plugin Repo |
| ERROR | WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound | Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "unregister_rest_field". | 500:5 | Plugin Repo |
| ERROR | WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound | Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "plugin_locale". | 609:34 | Plugin Repo |
| WARNING | PluginCheck.Security.DirectDB.UnescapedDBParameter | Unescaped parameter $value used in $wpdb->get_var($wpdb->prepare( "SELECT $value FROM {$wpdb->prefix}cocart_carts WHERE cart_key = %s", $cart_key ))\n$value assigned unsafely at line 49:\n $value = 'cart_expiry'\n$value assigned unsafely at line 47:\n $value = 'cart_created'\n$result assigned unsafely at line 52:\n $result = $wpdb->get_var( // phpcs:ignore WordPress.DB.DirectDatabaseQuery.DirectQuery, WordPress.DB.DirectDatabaseQuery.NoCaching\n\t\t$wpdb->prepare( "SELECT $value FROM {$wpdb->prefix}cocart_carts WHERE cart_key = %s", $cart_key ) // phpcs:ignore WordPress.DB.PreparedSQL.InterpolatedNotPrepared\n\t)\n$cart_key used without escaping.\n$timestamp_type used without escaping. | 52:19 | Security |
| WARNING | PluginCheck.Security.DirectDB.UnescapedDBParameter | Unescaped parameter $this->_table used in $wpdb->query($wpdb->prepare(\n\t\t\t\t"DELETE FROM $this->_table WHERE cart_expiry < %d", \t\t\t\ttime()\n\t\t\t)) | 520:10 | Security |
| WARNING | PluginCheck.Security.DirectDB.UnescapedDBParameter | Unescaped parameter $this->_table used in $wpdb->get_var($wpdb->prepare(\n\t\t\t\t\t"SELECT cart_value FROM $this->_table WHERE cart_key = %s", \t\t\t\t\t$cart_key\n\t\t\t\t)) | 557:20 | Security |
| WARNING | PluginCheck.Security.DirectDB.UnescapedDBParameter | Unescaped parameter $this->_table used in $wpdb->get_var($wpdb->prepare(\n\t\t\t\t"SELECT cart_created FROM $this->_table WHERE cart_key = %s", \t\t\t\t$cart_key\n\t\t\t)) | 945:19 | Security |
| 15.11.2025, 12:32:33 | 59s | 96 | 6 | 14 |