Android and iOS mobile application. Easy setup, free test.
Prioritized issue groups from the latest Plugin Check scan
Security
3,560
9 issue groups
Maintainability
728
13 issue groups
I18n
141
3 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"[$k]=>\""'.
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Processing form data without nonce verification.
Sample message
$_COOKIE['HTTP_X_WPAPPNINJA'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a non-sanitized input variable: $_COOKIE['HTTP_X_WPAPPNINJA']
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$__options".
Sample message
Use of a direct database call is discouraged.
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
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.
Sample message
Missing $domain parameter in function call to __().
Sample message
print_r() found. Debug code should not normally be used in production.
Sample message
Processing form data without nonce verification.
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.
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"
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "_shortcode_wpmobileapp_author".
Sample message
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
Sample message
Unescaped parameter $deleterange used in $wpdb->query()\n$deleterange assigned unsafely at line 23.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'get_wpappninja_option_' . $option".
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "ALLOW_UNFILTERED_UPLOADS".
Sample message
Attempting a database schema change is discouraged.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Stylesheets must be registered/enqueued via wp_enqueue_style()
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.
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>'.
Potential connections found in static code analysis.
Outbound calls
194
External assets
34
Incoming endpoints
3
wp_ajax
wp_ajax
wp_ajax
4 score snapshots
v11.79
23
Latest
v11.78
23
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 23 | 4,516 | 2,983 | 1,533 | v11.79 | 2.0.0 |
| 23 | 4,516 | 2,983 | 1,533 | v11.78 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.