Create versatile countdown timers for your WordPress site and WooCommerce products, including progress bars and upcoming sale countdowns.
Category Scores
Issues to Review
Prioritized issue groups from the latest Plugin Check scan
I18n
106
2 issue groups
Security
78
2 issue groups
Maintainability
73
5 issue groups
ERRORI18nMissing Arg DomainMissing $domain parameter in function call to esc_attr__().104
- Category
- I18n
- Occurrences
- 104
- Severity
- error
Sample message
Missing $domain parameter in function call to esc_attr__().
WARNINGSecurityRequest data is not unslashed$_POST['_sale_price_dates_from'] not unslashed before sanitization. Use wp_unslash() or similar73
- Category
- Security
- Occurrences
- 73
- Severity
- warning
Sample message
$_POST['_sale_price_dates_from'] not unslashed before sanitization. Use wp_unslash() or similar
WARNINGMaintainabilityNon-prefixed hook nameHook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'sctv_countdown_settings-' . $name".64
- Category
- Maintainability
- Occurrences
- 64
- Severity
- warning
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'sctv_countdown_settings-' . $name".
WARNINGSecurityInput is not sanitizedDetected usage of a non-sanitized input variable: $_POST['variable_sale_price'][$i]5
- Category
- Security
- Occurrences
- 5
- Severity
- warning
Sample message
Detected usage of a non-sanitized input variable: $_POST['variable_sale_price'][$i]
WARNINGMaintainabilityNon-prefixed functionFunctions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "vi_include_folder".3
- Category
- Maintainability
- Occurrences
- 3
- Severity
- warning
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "vi_include_folder".
WARNINGMaintainabilityNon-prefixed global variableGlobal variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$plugin_url".3
- Category
- Maintainability
- Occurrences
- 3
- Severity
- warning
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$plugin_url".
WARNINGI18nDiscouraged text-domain loadingload_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.2
- Category
- I18n
- Occurrences
- 2
- Severity
- warning
Sample message
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.
ERRORMaintainabilitywp function not compatible with requires wpFunction "is_php_version_compatible()" requires WordPress 5.2.0, but your plugin minimum supported version is WordPress 5.0.0.2
- Category
- Maintainability
- Occurrences
- 2
- Severity
- error
Sample message
Function "is_php_version_compatible()" requires WordPress 5.2.0, but your plugin minimum supported version is WordPress 5.0.0.
ERRORMaintainabilitytrunk stable tagIncorrect Stable Tag. It's recommended not to use "Stable Tag: trunk". Your Stable Tag is meant to be the stable version of your plugin and it needs to be exactly the same with the Version in your main plugin file's header. Any mismatch can prevent users from downloading the correct plugin files from WordPress.org.1
- Category
- Maintainability
- Occurrences
- 1
- Severity
- error
Sample message
Incorrect Stable Tag. It's recommended not to use "Stable Tag: trunk". Your Stable Tag is meant to be the stable version of your plugin and it needs to be exactly the same with the Version in your main plugin file's header. Any mismatch can prevent users from downloading the correct plugin files from WordPress.org.
Score History
First score snapshot
v1.1.11
60
Latest
- Findings
- 257
- Errors
- 107
- Warnings
- 150
- Check
- 2.0.0
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 60 | 257 | 107 | 150 | v1.1.11 | 2.0.0 |