The Spin Wheel plugin allows you to engage your visitors with an interactive spinning wheel that offers coupons and other rewards.
| Code | Message | Location | Category | |
|---|---|---|---|---|
| ERROR | PluginCheck.Security.DirectDB.UnescapedDBParameter | Unescaped parameter $schema used in $wpdb->query($schema)\n$schema assigned unsafely at line 94:\n $schema = "ALTER TABLE `{$table_name}` ADD `{$column_name}` {$column_definition};"\n$column_name assigned unsafely at line 84:\n $column_name => \n$column_exists assigned unsafely at line 85:\n $column_exists = $wpdb->get_results(\n\t\t\t\t$wpdb->prepare(\n\t\t\t\t\t"SELECT COLUMN_NAME FROM information_schema.COLUMNS WHERE TABLE_NAME = %s AND COLUMN_NAME = %s",\n\t\t\t\t\t$table_name,\n\t\t\t\t\t$column_name\n\t\t\t\t)\n\t\t\t) | 95:12 | Security |
| ERROR | WordPress.Security.EscapeOutput.OutputNotEscaped | All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$background_style'. | 250:107 | Security |
| 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. | 48:3 | Plugin Repo |
| ERROR | WordPress.DB.PreparedSQL.NotPrepared | Use placeholders and $wpdb->prepare(); found $schema | 95:19 | Security |
| ERROR | invalid_tested_upto_minor | Tested up to: 6.8.3 The version number should only include major versions 6.8. | — | Plugin Repo |
| ERROR | readme_mismatched_header_requires | Mismatched Requires at least: 6.0.0 != 6.7. "Requires at least" needs to be exactly the same with that in your main plugin file's header. | — | Plugin Repo |
| ERROR | readme_mismatched_header_requires_php | Mismatched Requires PHP: 7.4.0 != 7.4. "Requires PHP" needs to be exactly the same with that in your main plugin file's header. | — | Plugin Repo |
| ERROR | WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound | Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "bdt_api_biggopties_cache_ttl". | 84:38 | Plugin Repo |
| WARNING | WordPress.Security.ValidatedSanitizedInput.InputNotSanitized | Detected usage of a non-sanitized input variable: $_POST['time'] | 374:46 | Security |
| WARNING | WordPress.Security.NonceVerification.Missing | Processing form data without nonce verification. | 375:46 | Security |
| 15.11.2025, 23:42:39 | 12s | 93 | 8 | 18 |