A WP Life Companion is a useful plugin for awpbusinesspress WordPress theme by awordpresslife.
Category Scores
Issues to Review
Prioritized issue groups from the latest Plugin Check scan
I18n
1,379
4 issue groups
Maintainability
539
11 issue groups
Security
240
2 issue groups
Performance
3
1 issue group
ERRORI18nText Domain MismatchMismatched text domain. Expected 'awp-companion' but got 'awpbusinesspress'.1,332
- Category
- I18n
- Occurrences
- 1,332
- Severity
- error
Sample message
Mismatched text domain. Expected 'awp-companion' but got 'awpbusinesspress'.
WARNINGMaintainabilityNon-prefixed global variableGlobal variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$about_item".359
- Category
- Maintainability
- Occurrences
- 359
- Severity
- warning
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$about_item".
ERRORSecurityOutput is not escapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$awpbusinesspress_team_area_des'.145
- Category
- Security
- Occurrences
- 145
- Severity
- error
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$awpbusinesspress_team_area_des'.
ERRORSecurityUnsafe printing functionAll output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.95
- Category
- Security
- Occurrences
- 95
- Severity
- error
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
ERRORMaintainabilityMissing direct file access protectionPHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;84
- Category
- Maintainability
- Occurrences
- 84
- Severity
- error
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
WARNINGMaintainabilityNon-prefixed functionFunctions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "AWP_awpbusinesspress_Customizer_selective_refresh_settings".55
- Category
- Maintainability
- Occurrences
- 55
- Severity
- warning
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "AWP_awpbusinesspress_Customizer_selective_refresh_settings".
ERRORI18nNo Empty StringsThe $text text string should have translatable content. Found: ''33
- Category
- I18n
- Occurrences
- 33
- Severity
- error
Sample message
The $text text string should have translatable content. Found: ''
WARNINGMaintainabilityNon-prefixed hook nameHook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "awpbusinesspress_translate_single_string".14
- Category
- Maintainability
- Occurrences
- 14
- Severity
- warning
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "awpbusinesspress_translate_single_string".
WARNINGMaintainabilityNon-prefixed classClasses declared by a theme/plugin should start with the theme/plugin prefix. Found: "AWP_Formula_Customizer".12
- Category
- Maintainability
- Occurrences
- 12
- Severity
- warning
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "AWP_Formula_Customizer".
ERRORI18nNon Singular String Literal TextThe $text parameter must be a single text string literal. Found: '' . $callout_button . ''11
- Category
- I18n
- Occurrences
- 11
- Severity
- error
Sample message
The $text parameter must be a single text string literal. Found: '' . $callout_button . ''
Show 8 moreShow less
WARNINGMaintainabilityDiscouraged PHP function4
- Category
- Maintainability
- Occurrences
- 4
- Severity
- warning
Sample message
query_posts() is discouraged. Use WP_Query instead.
WARNINGMaintainabilityDeprecated function: get_page_by_title3
- Category
- Maintainability
- Occurrences
- 3
- Severity
- warning
Sample message
get_page_by_title() has been deprecated since WordPress version 6.2.0. Use WP_Query instead.
ERRORI18nMissing Arg Domain3
- Category
- I18n
- Occurrences
- 3
- Severity
- error
Sample message
Missing $domain parameter in function call to __().
WARNINGPerformancePost Not In post not in3
- Category
- Performance
- Occurrences
- 3
- Severity
- warning
Sample message
Using exclusionary parameters, like post__not_in, in calls to get_posts() should be done with caution, see https://wpvip.com/documentation/performance-improvements-by-removing-usage-of-post__not_in/ for more information.
WARNINGMaintainabilitytrademarked term3
- Category
- Maintainability
- Occurrences
- 3
- Severity
- warning
Sample message
The plugin name includes a restricted term. Your chosen plugin name - "A WP Life Companion" - contains the restricted term "wp" which cannot be used at all in your plugin name.
WARNINGMaintainabilityslow db query tax query2
- Category
- Maintainability
- Occurrences
- 2
- Severity
- warning
Sample message
Detected usage of tax_query, possible slow query.
WARNINGMaintainabilityNon-prefixed constant2
- Category
- Maintainability
- Occurrences
- 2
- Severity
- warning
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "awp_companion_plugin_dir".
WARNINGMaintainabilitymismatched plugin name1
- Category
- Maintainability
- Occurrences
- 1
- Severity
- warning
Sample message
Plugin name "A WP Life Companion" is different from the name declared in plugin header "A WP Life Themes Companion".
External Connections
Not analyzed yet.
Score History
First score snapshot
v1.6.0
26
Latest
- Findings
- 2,161
- Errors
- 1,703
- Warnings
- 458
- Check
- 2.0.0
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 26 | 2,161 | 1,703 | 458 | v1.6.0 | 2.0.0 |
Relationship Map
Author, categories, issues, domains, and nearby plugins.