Android and iOS mobile application. Easy setup, free test.
Category Scores
Issues to Review
Prioritized issue groups from the latest Plugin Check scan
Security
3,554
9 issue groups
Maintainability
728
13 issue groups
I18n
141
3 issue groups
ERRORSecurityOutput is not escapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"[$k]=>\""'.1,874
- Category
- Security
- Occurrences
- 1,874
- Severity
- error
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"[$k]=>\""'.
ERRORSecurityUnsafe printing functionAll output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.779
- Category
- Security
- Occurrences
- 779
- Severity
- error
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
WARNINGSecurityNonce verification recommendedProcessing form data without nonce verification.252
- Category
- Security
- Occurrences
- 252
- Severity
- warning
Sample message
Processing form data without nonce verification.
WARNINGSecurityRequest data is not unslashed$_COOKIE['HTTP_X_WPAPPNINJA'] not unslashed before sanitization. Use wp_unslash() or similar239
- Category
- Security
- Occurrences
- 239
- Severity
- warning
Sample message
$_COOKIE['HTTP_X_WPAPPNINJA'] not unslashed before sanitization. Use wp_unslash() or similar
WARNINGSecurityInput is not sanitizedDetected usage of a non-sanitized input variable: $_COOKIE['HTTP_X_WPAPPNINJA']183
- Category
- Security
- Occurrences
- 183
- Severity
- warning
Sample message
Detected usage of a non-sanitized input variable: $_COOKIE['HTTP_X_WPAPPNINJA']
WARNINGMaintainabilityNon-prefixed global variableGlobal variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$__options".156
- Category
- Maintainability
- Occurrences
- 156
- Severity
- warning
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$__options".
WARNINGMaintainabilityDirect QueryUse of a direct database call is discouraged.153
- Category
- Maintainability
- Occurrences
- 153
- Severity
- warning
Sample message
Use of a direct database call is discouraged.
WARNINGMaintainabilityNo CachingDirect database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().153
- Category
- Maintainability
- Occurrences
- 153
- Severity
- warning
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
WARNINGSecurityInput is not validatedDetected usage of a possibly undefined superglobal array index: $_COOKIE['HTTP_X_WPAPPNINJA_ID']. Check that the array index exists before using it.111
- Category
- Security
- Occurrences
- 111
- Severity
- warning
Sample message
Detected usage of a possibly undefined superglobal array index: $_COOKIE['HTTP_X_WPAPPNINJA_ID']. Check that the array index exists before using it.
ERRORI18nMissing Arg DomainMissing $domain parameter in function call to __().89
- Category
- I18n
- Occurrences
- 89
- Severity
- error
Sample message
Missing $domain parameter in function call to __().
Show 15 moreShow less
WARNINGMaintainabilityerror log print r46
- Category
- Maintainability
- Occurrences
- 46
- Severity
- warning
Sample message
print_r() found. Debug code should not normally be used in production.
WARNINGSecurityMissing nonce verification43
- Category
- Security
- Occurrences
- 43
- Severity
- warning
Sample message
Processing form data without nonce verification.
ERRORI18nMissing Translators Comment43
- Category
- I18n
- Occurrences
- 43
- 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.
WARNINGSecurityInterpolated SQL is not prepared41
- Category
- Security
- Occurrences
- 41
- Severity
- warning
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $deleterange at "DELETE FROM {$wpdb->prefix}wpappninja_push WHERE sended != '0' AND send_date < $deleterange"
WARNINGMaintainabilityNon-prefixed function41
- Category
- Maintainability
- Occurrences
- 41
- Severity
- warning
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "_shortcode_wpmobileapp_author".
ERRORMaintainabilityparse url parse url36
- Category
- Maintainability
- Occurrences
- 36
- Severity
- error
Sample message
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
ERRORSecurityDatabase parameter is not escaped32
- Category
- Security
- Occurrences
- 32
- Severity
- error
Sample message
Unescaped parameter $deleterange used in $wpdb->query()\n$deleterange assigned unsafely at line 23.
ERRORMaintainabilityMissing direct file access protection31
- Category
- Maintainability
- Occurrences
- 31
- Severity
- error
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
WARNINGMaintainabilityNon-prefixed hook name29
- Category
- Maintainability
- Occurrences
- 29
- Severity
- warning
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'get_wpappninja_option_' . $option".
WARNINGMaintainabilityNon-prefixed constant27
- Category
- Maintainability
- Occurrences
- 27
- Severity
- warning
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "ALLOW_UNFILTERED_UPLOADS".
WARNINGMaintainabilitySchema Change18
- Category
- Maintainability
- Occurrences
- 18
- Severity
- warning
Sample message
Attempting a database schema change is discouraged.
ERRORMaintainabilitydate date17
- Category
- Maintainability
- Occurrences
- 17
- Severity
- error
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
ERRORMaintainabilityNon Enqueued Stylesheet11
- Category
- Maintainability
- Occurrences
- 11
- Severity
- error
Sample message
Stylesheets must be registered/enqueued via wp_enqueue_style()
ERRORMaintainabilityDeprecated parameter: get_terms parameter 210
- Category
- Maintainability
- Occurrences
- 10
- Severity
- error
Sample message
The parameter "array( 'child_of' => $s, 'fields'=>'ids' )" at position #2 of get_terms() has been deprecated since WordPress version 4.5.0. Instead do not pass the parameter.
ERRORI18nUnordered Placeholders Text9
- Category
- I18n
- Occurrences
- 9
- Severity
- error
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1$s, %2$s", but got "%s, %s" in '<b>WPMobile.App</b> We\'ve made major improvements on the content render <a target="_blank" style="%s" href="%s">Test now my enhanced app</a>'.
External Connections
Not analyzed yet.
Score History
First score snapshot
v11.76
23
Latest
- Findings
- 4,510
- Errors
- 2,983
- Warnings
- 1,527
- Check
- 2.0.0
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 23 | 4,510 | 2,983 | 1,527 | v11.76 | 2.0.0 |
Relationship Map
Author, categories, issues, domains, and nearby plugins.