Adds customizer settings and controls to the Gogo Theme.
Category Scores
Issues to Review
Prioritized issue groups from the latest Plugin Check scan
I18n
1,247
2 issue groups
Security
1,232
7 issue groups
Maintainability
707
16 issue groups
ERRORI18nText Domain MismatchMismatched text domain. Expected 'hunk-companion' but got "elemento-addons".1,206
- Category
- I18n
- Occurrences
- 1,206
- Severity
- error
Sample message
Mismatched text domain. Expected 'hunk-companion' but got "elemento-addons".
ERRORSecurityOutput Not EscapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"$fontaws1link"'.885
- Category
- Security
- Occurrences
- 885
- Severity
- error
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"$fontaws1link"'.
WARNINGMaintainabilityNon Prefixed Variable FoundGlobal variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$ElementoSimpleAddonobj".241
- Category
- Maintainability
- Occurrences
- 241
- Severity
- warning
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$ElementoSimpleAddonobj".
ERRORSecurityUnsafe Printing FunctionAll output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.154
- Category
- Security
- Occurrences
- 154
- Severity
- error
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
WARNINGMaintainabilityNon Prefixed Hookname FoundHook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'activate_' . $plugin".142
- Category
- Maintainability
- Occurrences
- 142
- Severity
- warning
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'activate_' . $plugin".
ERRORMaintainabilitymissing direct file access protectionPHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;96
- Category
- Maintainability
- Occurrences
- 96
- Severity
- error
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
WARNINGSecurityInput Not SanitizedDetected usage of a non-sanitized input variable: $_COOKIE['thc_time']67
- Category
- Security
- Occurrences
- 67
- Severity
- warning
Sample message
Detected usage of a non-sanitized input variable: $_COOKIE['thc_time']
WARNINGSecurityMissing Unslash$_COOKIE['thc_time'] not unslashed before sanitization. Use wp_unslash() or similar64
- Category
- Security
- Occurrences
- 64
- Severity
- warning
Sample message
$_COOKIE['thc_time'] not unslashed before sanitization. Use wp_unslash() or similar
ERRORMaintainabilityNo Explicit VersionVersion parameter is not explicitly set or has been set to an equivalent of "false" for wp_enqueue_script; This means that the WordPress core version will be used which is not recommended for plugin or theme development.51
- Category
- Maintainability
- Occurrences
- 51
- Severity
- error
Sample message
Version parameter is not explicitly set or has been set to an equivalent of "false" for wp_enqueue_script; This means that the WordPress core version will be used which is not recommended for plugin or theme development.
WARNINGSecurityInput Not ValidatedDetected usage of a possibly undefined superglobal array index: $_COOKIE['thc_time']. Check that the array index exists before using it.47
- Category
- Security
- Occurrences
- 47
- Severity
- warning
Sample message
Detected usage of a possibly undefined superglobal array index: $_COOKIE['thc_time']. Check that the array index exists before using it.
Show 15 moreShow less
ERRORMaintainabilitystrip tags strip tags42
- Category
- Maintainability
- Occurrences
- 42
- Severity
- error
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
ERRORI18nMissing Translators Comment41
- Category
- I18n
- Occurrences
- 41
- Severity
- error
Sample message
A function call to __() with texts containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders.
WARNINGMaintainabilityslow db query tax query24
- Category
- Maintainability
- Occurrences
- 24
- Severity
- warning
Sample message
Detected usage of tax_query, possible slow query.
ERRORMaintainabilityGet terms Param2Found24
- Category
- Maintainability
- Occurrences
- 24
- Severity
- error
Sample message
The parameter "$args" at position #2 of get_terms() has been deprecated since WordPress version 4.5.0. Instead do not pass the parameter.
WARNINGMaintainabilityNon Prefixed Class Found15
- Category
- Maintainability
- Occurrences
- 15
- Severity
- warning
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "ElementoSimpleAddon".
ERRORMaintainabilityget page by title Found13
- Category
- Maintainability
- Occurrences
- 13
- Severity
- error
Sample message
get_page_by_title() has been deprecated since WordPress version 6.2.0. Use WP_Query instead.
WARNINGMaintainabilityMissing Version11
- Category
- Maintainability
- Occurrences
- 11
- 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.
WARNINGMaintainabilityNon Prefixed Function Found10
- Category
- Maintainability
- Occurrences
- 10
- Severity
- warning
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "elemento_addons_compare".
WARNINGSecurityRecommended9
- Category
- Security
- Occurrences
- 9
- Severity
- warning
Sample message
Processing form data without nonce verification.
ERRORMaintainabilityunlink unlink9
- Category
- Maintainability
- Occurrences
- 9
- Severity
- error
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
WARNINGMaintainabilitywp reset query wp reset query9
- Category
- Maintainability
- Occurrences
- 9
- Severity
- warning
Sample message
wp_reset_query() is discouraged. Use wp_reset_postdata() instead.
WARNINGMaintainabilityslow db query meta key8
- Category
- Maintainability
- Occurrences
- 8
- Severity
- warning
Sample message
Detected usage of meta_key, possible slow query.
WARNINGMaintainabilityslow db query meta query7
- Category
- Maintainability
- Occurrences
- 7
- Severity
- warning
Sample message
Detected usage of meta_query, possible slow query.
WARNINGSecurityMissing6
- Category
- Security
- Occurrences
- 6
- Severity
- warning
Sample message
Processing form data without nonce verification.
WARNINGMaintainabilityDirect Query5
- Category
- Maintainability
- Occurrences
- 5
- Severity
- warning
Sample message
Use of a direct database call is discouraged.
Score History
First score snapshot
v2.0.5
23
Latest
- Findings
- 3,231
- Errors
- 2,544
- Warnings
- 687
- Check
- 2.0.0
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 23 | 3,231 | 2,544 | 687 | v2.0.5 | 2.0.0 |