Smart Online Order for Clover allows you to receive orders from your Wordpress website and have it sent directly to your Clover POS.
Category Scores
Issues to Review
Prioritized issue groups from the latest Plugin Check scan
Security
1,343
12 issue groups
I18n
853
1 issue group
Maintainability
714
12 issue groups
ERRORI18nText Domain MismatchMismatched text domain. Expected 'clover-online-orders' but got "moo_OnlineOrders".853
- Category
- I18n
- Occurrences
- 853
- Severity
- error
Sample message
Mismatched text domain. Expected 'clover-online-orders' but got "moo_OnlineOrders".
ERRORSecurityOutput is not escapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '" data-wp-lists='list:$singular'"'.376
- Category
- Security
- Occurrences
- 376
- Severity
- error
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '" data-wp-lists='list:$singular'"'.
ERRORSecurityUnsafe printing functionAll output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.320
- Category
- Security
- Occurrences
- 320
- Severity
- error
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
WARNINGMaintainabilityDirect QueryUse of a direct database call is discouraged.214
- Category
- Maintainability
- Occurrences
- 214
- Severity
- warning
Sample message
Use of a direct database call is discouraged.
WARNINGSecurityRequest data is not unslashed$_GET['action'] not unslashed before sanitization. Use wp_unslash() or similar191
- Category
- Security
- Occurrences
- 191
- Severity
- warning
Sample message
$_GET['action'] not unslashed before sanitization. Use wp_unslash() or similar
WARNINGMaintainabilityNo CachingDirect database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().186
- Category
- Maintainability
- Occurrences
- 186
- Severity
- warning
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
WARNINGSecurityNonce verification recommendedProcessing form data without nonce verification.105
- Category
- Security
- Occurrences
- 105
- Severity
- warning
Sample message
Processing form data without nonce verification.
WARNINGSecurityInput is not validatedDetected usage of a possibly undefined superglobal array index: $_GET['coupon']. Check that the array index exists before using it.94
- Category
- Security
- Occurrences
- 94
- Severity
- warning
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET['coupon']. Check that the array index exists before using it.
ERRORSecurityException output is not escapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"Dashboard response missing path '{$def['global_path']}' for setting '{$key}'"'.85
- Category
- Security
- Occurrences
- 85
- Severity
- error
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"Dashboard response missing path '{$def['global_path']}' for setting '{$key}'"'.
WARNINGSecurityInput is not sanitizedDetected usage of a non-sanitized input variable: $_GET['category']78
- Category
- Security
- Occurrences
- 78
- Severity
- warning
Sample message
Detected usage of a non-sanitized input variable: $_GET['category']
Show 15 moreShow less
WARNINGMaintainabilityNon-prefixed hook name58
- Category
- Maintainability
- Occurrences
- 58
- Severity
- warning
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "admin_memory_limit".
WARNINGMaintainabilityNon-prefixed class55
- Category
- Maintainability
- Occurrences
- 55
- Severity
- warning
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "BaseRoute".
WARNINGMaintainabilityNot In Footer46
- Category
- Maintainability
- Occurrences
- 46
- Severity
- warning
Sample message
In footer ($in_footer) is not set explicitly wp_enqueue_script; It is recommended to load scripts in the footer. Please set this value to `true` to load it in the footer, or explicitly `false` if it should be loaded in the header.
WARNINGMaintainabilitySchema Change38
- Category
- Maintainability
- Occurrences
- 38
- Severity
- warning
Sample message
Attempting a database schema change is discouraged.
WARNINGMaintainabilityNon-prefixed function32
- Category
- Maintainability
- Occurrences
- 32
- Severity
- warning
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "Moo_OnlineOrders_Widgets_categories".
WARNINGMaintainabilityMissing Version30
- Category
- Maintainability
- Occurrences
- 30
- Severity
- warning
Sample message
Resource version not set in call to wp_enqueue_script(). This means new versions of the script may not always be loaded due to browser caching.
WARNINGSecurityMissing nonce verification28
- Category
- Security
- Occurrences
- 28
- Severity
- warning
Sample message
Processing form data without nonce verification.
WARNINGSecurityDatabase parameter is not escaped23
- Category
- Security
- Occurrences
- 23
- Severity
- warning
Sample message
Unescaped parameter $column_name used in $wpdb->get_var()
ERRORMaintainabilityMissing direct file access protection22
- Category
- Maintainability
- Occurrences
- 22
- Severity
- error
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
WARNINGSecurityInterpolated SQL is not prepared17
- Category
- Security
- Occurrences
- 17
- Severity
- warning
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $table_name at "SHOW CREATE TABLE `{$wpdb->prefix}$table_name`"
ERRORSecuritySQL query is not prepared17
- Category
- Security
- Occurrences
- 17
- Severity
- error
Sample message
Use placeholders and $wpdb->prepare(); found $createTableQuery
ERRORMaintainabilityNot Allowed13
- Category
- Maintainability
- Occurrences
- 13
- Severity
- error
Sample message
Use of heredoc syntax (<<<) is not allowed; use standard strings or inline HTML instead
WARNINGMaintainabilityNon-prefixed global variable12
- Category
- Maintainability
- Occurrences
- 12
- Severity
- warning
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$blogids".
ERRORSecurityDatabase parameter is not escaped9
- Category
- Security
- Occurrences
- 9
- Severity
- error
Sample message
Unescaped parameter $category->uuid used in $wpdb->get_results()\n$category->uuid used without escaping.
WARNINGMaintainabilityNon-prefixed constant8
- Category
- Maintainability
- Occurrences
- 8
- Severity
- warning
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "SOO_DEBUG".
Score History
First score snapshot
v1.6.1
24
Latest
- Findings
- 2,992
- Errors
- 1,746
- Warnings
- 1,246
- Check
- 2.0.0
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 24 | 2,992 | 1,746 | 1,246 | v1.6.1 | 2.0.0 |