ThemeHunk Customiser plugin will add features of testimonial, team and service.
Category Scores
Issues to Review
Prioritized issue groups from the latest Plugin Check scan
I18n
2,004
4 issue groups
Security
1,875
6 issue groups
Maintainability
623
15 issue groups
ERRORI18nText Domain MismatchMismatched text domain. Expected 'themehunk-customizer' but got 'amaz-store'.1,951
- Category
- I18n
- Occurrences
- 1,951
- Severity
- error
Sample message
Mismatched text domain. Expected 'themehunk-customizer' but got 'amaz-store'.
ERRORSecurityOutput is not escapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$_woo_slide_heading'.1,461
- Category
- Security
- Occurrences
- 1,461
- Severity
- error
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$_woo_slide_heading'.
ERRORSecurityUnsafe printing functionAll output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.269
- Category
- Security
- Occurrences
- 269
- 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 global variableGlobal variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$args".222
- Category
- Maintainability
- Occurrences
- 222
- Severity
- warning
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$args".
ERRORMaintainabilityMissing direct file access protectionPHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;132
- Category
- Maintainability
- Occurrences
- 132
- Severity
- error
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
WARNINGMaintainabilityNon-prefixed hook nameHook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'activate_' . $plugin".80
- Category
- Maintainability
- Occurrences
- 80
- Severity
- warning
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'activate_' . $plugin".
WARNINGSecurityInput is not sanitizedDetected usage of a non-sanitized input variable: $_COOKIE['thc_time']51
- Category
- Security
- Occurrences
- 51
- Severity
- warning
Sample message
Detected usage of a non-sanitized input variable: $_COOKIE['thc_time']
WARNINGSecurityRequest data is not unslashed$_COOKIE['thc_time'] not unslashed before sanitization. Use wp_unslash() or similar48
- Category
- Security
- Occurrences
- 48
- Severity
- warning
Sample message
$_COOKIE['thc_time'] not unslashed before sanitization. Use wp_unslash() or similar
ERRORMaintainabilitystrip tags strip tagsstrip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.39
- Category
- Maintainability
- Occurrences
- 39
- Severity
- error
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
WARNINGSecurityInput is not validatedDetected usage of a possibly undefined superglobal array index: $_COOKIE['thc_time']. Check that the array index exists before using it.37
- Category
- Security
- Occurrences
- 37
- 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
ERRORI18nMissing Translators Comment33
- Category
- I18n
- Occurrences
- 33
- 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.
ERRORMaintainabilityDeprecated parameter: get_terms parameter 231
- Category
- Maintainability
- Occurrences
- 31
- 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 function26
- Category
- Maintainability
- Occurrences
- 26
- Severity
- warning
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "THunk_Customizer_Comment".
WARNINGMaintainabilityNon-prefixed class16
- Category
- Maintainability
- Occurrences
- 16
- Severity
- warning
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "Customize_themehunk_Color_Control".
WARNINGMaintainabilityDeprecated function: get_page_by_title15
- Category
- Maintainability
- Occurrences
- 15
- Severity
- warning
Sample message
get_page_by_title() has been deprecated since WordPress version 6.2.0. Use WP_Query instead.
WARNINGMaintainabilityDiscouraged PHP function12
- Category
- Maintainability
- Occurrences
- 12
- Severity
- warning
Sample message
wp_reset_query() is discouraged. Use wp_reset_postdata() instead.
WARNINGMaintainabilityslow db query meta key11
- Category
- Maintainability
- Occurrences
- 11
- Severity
- warning
Sample message
Detected usage of meta_key, possible slow query.
ERRORI18nMissing Arg Domain10
- Category
- I18n
- Occurrences
- 10
- Severity
- error
Sample message
Missing $domain parameter in function call to __().
ERRORI18nNon Singular String Literal Text10
- Category
- I18n
- Occurrences
- 10
- Severity
- error
Sample message
The $text parameter must be a single text string literal. Found: THEMEHUNK_CUSTOMIZER_PLUGIN_URL.'elanzalite/images/style1.png'
WARNINGSecurityNonce verification recommended9
- 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.
WARNINGMaintainabilityslow db query meta query8
- Category
- Maintainability
- Occurrences
- 8
- Severity
- warning
Sample message
Detected usage of meta_query, possible slow query.
WARNINGMaintainabilityMissing Version8
- Category
- Maintainability
- Occurrences
- 8
- 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.
WARNINGMaintainabilityslow db query tax query7
- Category
- Maintainability
- Occurrences
- 7
- Severity
- warning
Sample message
Detected usage of tax_query, possible slow query.
ERRORMaintainabilityNo Explicit Version7
- Category
- Maintainability
- Occurrences
- 7
- 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.
External Connections
Not analyzed yet.
Score History
First score snapshot
v2.8.6
22
Latest
- Findings
- 4,551
- Errors
- 3,969
- Warnings
- 582
- Check
- 2.0.0
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 22 | 4,551 | 3,969 | 582 | v2.8.6 | 2.0.0 |
Relationship Map
Author, categories, issues, domains, and nearby plugins.