Notiqoo – Order Notification & Customer Chat for WooCommerce

Automate WooCommerce WhatsApp notifications using the official WhatsApp Cloud API for order updates, cart recovery, customer chats, and messaging.

v1.4.11SarankumarUpdated Added 1k+ installs94% rating100% support resolved
52
Score
11
Errors
187
Warnings
+0
Change

Category Scores

Security26
Repo100
Performance100
Maintainability61

Issues to Review

Prioritized issue groups from the latest Plugin Check scan

198 findings

Maintainability

167

12 issue groups

Security

31

5 issue groups

WARNINGMaintainabilityNon-prefixed global variableGlobal variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$_tests_dir".127
Category
Maintainability
Occurrences
127
Severity
warning

Sample message

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

WARNINGSecurityNonce verification recommendedProcessing form data without nonce verification.8
Category
Security
Occurrences
8
Severity
warning

Sample message

Processing form data without nonce verification.

WARNINGSecurityRequest data is not unslashed$_GET['page'] not unslashed before sanitization. Use wp_unslash() or similar8
Category
Security
Occurrences
8
Severity
warning

Sample message

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

ERRORMaintainabilitywp function not compatible with requires wpFunction "str_contains()" requires WordPress 5.9.0, but your plugin minimum supported version is WordPress 4.0.0.8
Category
Maintainability
Occurrences
8
Severity
error

Sample message

Function "str_contains()" requires WordPress 5.9.0, but your plugin minimum supported version is WordPress 4.0.0.

WARNINGMaintainabilityNon-prefixed hook nameHook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'woocommerce_update_options_' . $tab_id . '_' . $current_section".7
Category
Maintainability
Occurrences
7
Severity
warning

Sample message

Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'woocommerce_update_options_' . $tab_id . '_' . $current_section".

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

Sample message

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

WARNINGMaintainabilityNon-prefixed classClasses declared by a theme/plugin should start with the theme/plugin prefix. Found: "BasicNoticeTest".6
Category
Maintainability
Occurrences
6
Severity
warning

Sample message

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

WARNINGSecurityMissing nonce verificationProcessing form data without nonce verification.5
Category
Security
Occurrences
5
Severity
warning

Sample message

Processing form data without nonce verification.

WARNINGSecurityInput is not sanitizedDetected usage of a non-sanitized input variable: $_POST['_ajax_nonce']5
Category
Security
Occurrences
5
Severity
warning

Sample message

Detected usage of a non-sanitized input variable: $_POST['_ajax_nonce']

Show 7 more
WARNINGSecurityInput is not validated5
Category
Security
Occurrences
5
Severity
warning

Sample message

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

ERRORMaintainabilityapplication detected2
Category
Maintainability
Occurrences
2
Severity
error

Sample message

Application files are not permitted.

WARNINGMaintainabilityNon-prefixed constant1
Category
Maintainability
Occurrences
1
Severity
warning

Sample message

Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "SGITS_DEACTIVATE_FEEDBACK_FORM_INCLUDED".

WARNINGMaintainabilityNon-prefixed function1
Category
Maintainability
Occurrences
1
Severity
warning

Sample message

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

WARNINGMaintainabilitymismatched plugin name1
Category
Maintainability
Occurrences
1
Severity
warning

Sample message

Plugin name "Notiqoo – Order Notification & Customer Chat for WooCommerce" is different from the name declared in plugin header "Notiqoo".

ERRORMaintainabilityMissing direct file access protection1
Category
Maintainability
Occurrences
1
Severity
error

Sample message

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

WARNINGMaintainabilitytrademarked term1
Category
Maintainability
Occurrences
1
Severity
warning

Sample message

The plugin slug includes a restricted term. Your plugin slug - "wc-messaging" - contains the restricted term "wc" which cannot be used at all in your plugin slug.

External Connections

Potential connections found in static code analysis.

13 domains

Outbound calls

64

External assets

0

Incoming endpoints

18

Notable Domains

notiqoo.com32 · outbound
graph.facebook.com3 · outbound
getharvest.com2 · outbound
sevengits.com2 · outbound
wa.me2 · outbound

Platform / Reference Domains

wordpress.org11 · platform/reference
github.com4 · platform/reference
codex.wordpress.org1 · platform/reference
gnu.org1 · platform/reference

External Asset Domains

No external asset domains detected.

Incoming Endpoints

wp_ajax_nopriv_delete_abandoned_couponspublic

wp_ajax

wp_ajax_nopriv_notiqoo_fetch_abandoned_cart_statspublic

wp_ajax

wp_ajax_nopriv_send_trigger_sample_to_urlpublic

wp_ajax

wp_ajax_nopriv_woom_ajax_popuppublic

wp_ajax

wp_ajax_nopriv_woom_autosave_manual_trigger_actionspublic

wp_ajax

wp_ajax_nopriv_woom_clear_optionpublic

wp_ajax

Admin AJAX endpoints9
wp_ajax_delete_abandoned_couponsauthenticated

wp_ajax

wp_ajax_notiqoo_fetch_abandoned_cart_statsauthenticated

wp_ajax

wp_ajax_send_trigger_sample_to_urlauthenticated

wp_ajax

wp_ajax_woom_ajax_popupauthenticated

wp_ajax

wp_ajax_woom_autosave_manual_trigger_actionsauthenticated

wp_ajax

wp_ajax_woom_clear_optionauthenticated

wp_ajax

wp_ajax_woom_dismiss_review_noticeauthenticated

wp_ajax

wp_ajax_woom_manual_trigger_actionauthenticated

wp_ajax

wp_ajax_woom_regenerate_wa_templatesauthenticated

wp_ajax

Score History

First score snapshot

v1.4.11

52

Latest

Findings
198
Errors
11
Warnings
187
Check
2.0.0

Relationship Map

Author, categories, issues, domains, and nearby plugins.

37 nodes

Related Plugins