MStore API – Create Native Android & iOS Apps On The Cloud

Take your WordPress store mobile with MStore API! This plugin bridges the gap between your WordPress website and the powerful FluxBuilder app builder.

v4.20.0FluxBuilderUpdated Added 3k+ installs74% rating
23
Score
618
Errors
764
Warnings
+0
Change

Category Scores

Security0
Repo94
Performance85
Maintainability0

Issues to Review

Prioritized issue groups from the latest Plugin Check scan

1,382 findings

Maintainability

641

12 issue groups

Security

495

9 issue groups

I18n

145

4 issue groups

ERRORSecurityNot PreparedUse placeholders and $wpdb->prepare(); found $base_sql170
Category
Security
Occurrences
170
Severity
error

Sample message

Use placeholders and $wpdb->prepare(); found $base_sql

WARNINGMaintainabilityDirect QueryUse of a direct database call is discouraged.122
Category
Maintainability
Occurrences
122
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().117
Category
Maintainability
Occurrences
117
Severity
warning

Sample message

Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().

ERRORI18nText Domain MismatchMismatched text domain. Expected 'mstore-api' but got "wc-frontend-manager".95
Category
I18n
Occurrences
95
Severity
error

Sample message

Mismatched text domain. Expected 'mstore-api' but got "wc-frontend-manager".

WARNINGSecurityRecommendedProcessing form data without nonce verification.72
Category
Security
Occurrences
72
Severity
warning

Sample message

Processing form data without nonce verification.

WARNINGMaintainabilityNon Prefixed Variable FoundGlobal variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$_mstore_fibo_original_orderby".71
Category
Maintainability
Occurrences
71
Severity
warning

Sample message

Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$_mstore_fibo_original_orderby".

WARNINGMaintainabilityNon Prefixed Hookname FoundHook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "authorize_user".60
Category
Maintainability
Occurrences
60
Severity
warning

Sample message

Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "authorize_user".

WARNINGSecurityMissing Unslash$_GET['code'] not unslashed before sanitization. Use wp_unslash() or similar57
Category
Security
Occurrences
57
Severity
warning

Sample message

$_GET['code'] not unslashed before sanitization. Use wp_unslash() or similar

ERRORMaintainabilitymissing direct file access protectionPHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;57
Category
Maintainability
Occurrences
57
Severity
error

Sample message

PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;

WARNINGMaintainabilityNon Prefixed Function FoundFunctions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "_pushNotification".56
Category
Maintainability
Occurrences
56
Severity
warning

Sample message

Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "_pushNotification".

Show 15 more
ERRORSecurityUnescaped DBParameter55
Category
Security
Occurrences
55
Severity
error

Sample message

Unescaped parameter $delivered_sql used in $wpdb->get_results()\n$delivered_sql assigned unsafely at line 67.

ERRORMaintainabilitydate date53
Category
Maintainability
Occurrences
53
Severity
error

Sample message

date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.

WARNINGSecurityInterpolated Not Prepared39
Category
Security
Occurrences
39
Severity
warning

Sample message

Use placeholders and $wpdb->prepare(); found interpolated variable $dokan_orders_tb at "SELECT $posts_tb.ID FROM $postmeta_tb INNER JOIN $posts_tb ON $postmeta_tb.post_id=$posts_tb.ID INNER JOIN $dokan_orders_tb ON $posts_tb.ID = $dokan_orders_tb.order_id WHERE $postmeta_tb.meta_key = '_customer_user' AND $postmeta_tb.meta_value=%s LIMIT %d OFFSET %d"

WARNINGSecurityInput Not Sanitized36
Category
Security
Occurrences
36
Severity
warning

Sample message

Detected usage of a non-sanitized input variable: $_FILES['appleFileToUpload']

WARNINGSecurityInput Not Validated31
Category
Security
Occurrences
31
Severity
warning

Sample message

Detected usage of a possibly undefined superglobal array index: $_FILES['appleFileToUpload']. Check that the array index exists before using it.

ERRORMaintainabilitystrip tags strip tags28
Category
Maintainability
Occurrences
28
Severity
error

Sample message

strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.

ERRORI18nMissing Translators Comment26
Category
I18n
Occurrences
26
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.

ERRORMaintainabilitywp function not compatible with requires wp23
Category
Maintainability
Occurrences
23
Severity
error

Sample message

Function "get_network()" requires WordPress 4.6.0, but your plugin minimum supported version is WordPress 4.4.0.

ERRORSecurityOutput Not Escaped20
Category
Security
Occurrences
20
Severity
error

Sample message

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$qrlib_path'.

ERRORMaintainabilitycurl curl setopt20
Category
Maintainability
Occurrences
20
Severity
error

Sample message

Using cURL functions is highly discouraged. Use wp_remote_get() instead.

WARNINGMaintainabilityNon Prefixed Class Found18
Category
Maintainability
Occurrences
18
Severity
warning

Sample message

Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "AppleSignInHelper".

WARNINGMaintainabilityslow db query meta query16
Category
Maintainability
Occurrences
16
Severity
warning

Sample message

Detected usage of meta_query, possible slow query.

WARNINGSecurityMissing15
Category
Security
Occurrences
15
Severity
warning

Sample message

Processing form data without nonce verification.

ERRORI18nUnordered Placeholders Text14
Category
I18n
Occurrences
14
Severity
error

Sample message

Multiple placeholders in translatable strings should be ordered. Expected "%1$s, %2$s", but got "%s, %s" in '<strong>Pay %s online</strong> and %s with cash on delivery'.

ERRORI18nMissing Arg Domain10
Category
I18n
Occurrences
10
Severity
error

Sample message

Missing $domain parameter in function call to __().

Score History

First score snapshot

v4.20.0

23

Latest

Findings
1,382
Errors
618
Warnings
764
Check
2.0.0

Related Plugins