Notifications for Forms & WordPress Actions

Send WhatsApp notifications for form submissions from CF7, Gravity Forms, WPForms and more and WordPress actions using WhatsApp Business API

v3.0.3WANotifierUpdated Added 1k+ installs94% rating
25
Score
309
Errors
282
Warnings
+0
Change

Category Scores

Security0
Repo83
Performance94
Maintainability18

Issues to Review

Prioritized issue groups from the latest Plugin Check scan

591 findings

Maintainability

212

14 issue groups

I18n

193

2 issue groups

Security

161

9 issue groups

ERRORI18nText Domain MismatchMismatched text domain. Expected 'notifier' but got 'action-scheduler'.187
Category
I18n
Occurrences
187
Severity
error

Sample message

Mismatched text domain. Expected 'notifier' but got 'action-scheduler'.

ERRORSecurityException output is not escapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"The bulk action $action does not have a callback method"'.80
Category
Security
Occurrences
80
Severity
error

Sample message

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"The bulk action $action does not have a callback method"'.

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

Sample message

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

WARNINGSecurityRequest data is not unslashed$_POST['_wpnonce'] not unslashed before sanitization. Use wp_unslash() or similar26
Category
Security
Occurrences
26
Severity
warning

Sample message

$_POST['_wpnonce'] not unslashed before sanitization. Use wp_unslash() or similar

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

Sample message

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

WARNINGMaintainabilityerror log error logerror_log() found. Debug code should not normally be used in production.19
Category
Maintainability
Occurrences
19
Severity
warning

Sample message

error_log() found. Debug code should not normally be used in production.

WARNINGSecurityDatabase parameter is not escapedUnescaped parameter $column_name used in $wpdb->get_var()17
Category
Security
Occurrences
17
Severity
warning

Sample message

Unescaped parameter $column_name used in $wpdb->get_var()

WARNINGSecurityInterpolated SQL is not preparedUse placeholders and $wpdb->prepare(); found interpolated variable $table_name at "DELETE FROM $table_name WHERE session_key = %s"14
Category
Security
Occurrences
14
Severity
warning

Sample message

Use placeholders and $wpdb->prepare(); found interpolated variable $table_name at "DELETE FROM $table_name WHERE session_key = %s"

WARNINGMaintainabilityNon-prefixed functionFunctions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "as_enqueue_async_action".12
Category
Maintainability
Occurrences
12
Severity
warning

Sample message

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

Show 15 more
ERRORMaintainabilityMissing direct file access protection10
Category
Maintainability
Occurrences
10
Severity
error

Sample message

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

ERRORMaintainabilitydate date6
Category
Maintainability
Occurrences
6
Severity
error

Sample message

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

WARNINGMaintainabilityNon-prefixed hook name6
Category
Maintainability
Occurrences
6
Severity
warning

Sample message

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

WARNINGSecurityMissing nonce verification6
Category
Security
Occurrences
6
Severity
warning

Sample message

Processing form data without nonce verification.

WARNINGSecurityNonce verification recommended6
Category
Security
Occurrences
6
Severity
warning

Sample message

Processing form data without nonce verification.

ERRORI18nMissing Translators Comment6
Category
I18n
Occurrences
6
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.

ERRORSecuritySQL query is not prepared4
Category
Security
Occurrences
4
Severity
error

Sample message

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

WARNINGMaintainabilityDynamic hook name4
Category
Maintainability
Occurrences
4
Severity
warning

Sample message

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

WARNINGMaintainabilityerror log var export4
Category
Maintainability
Occurrences
4
Severity
warning

Sample message

var_export() found. Debug code should not normally be used in production.

ERRORSecurityOutput is not escaped4
Category
Security
Occurrences
4
Severity
error

Sample message

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

WARNINGSecurityInput is not sanitized4
Category
Security
Occurrences
4
Severity
warning

Sample message

Detected usage of a non-sanitized input variable: $_GET['used_meta']

WARNINGMaintainabilityDiscouraged PHP function3
Category
Maintainability
Occurrences
3
Severity
warning

Sample message

The use of function ini_set() is discouraged

WARNINGMaintainabilityslow db query meta query3
Category
Maintainability
Occurrences
3
Severity
warning

Sample message

Detected usage of meta_query, possible slow query.

ERRORMaintainabilityGoto statement found2
Category
Maintainability
Occurrences
2
Severity
error

Sample message

The "goto" language construct should not be used.

WARNINGMaintainabilityslow db query meta key2
Category
Maintainability
Occurrences
2
Severity
warning

Sample message

Detected usage of meta_key, possible slow query.

External Connections

Potential connections found in static code analysis.

15 domains

Outbound calls

49

External assets

0

Incoming endpoints

11

Notable Domains

php.net5 · outbound
wa.me5 · outbound
en.wikipedia.org4 · outbound
actionscheduler.org3 · outbound
secure.php.net3 · outbound
wanotifier.com3 · outbound

Platform / Reference Domains

w3.org6 · platform/reference
wordpress.org6 · platform/reference
github.com5 · platform/reference
core.trac.wordpress.org2 · platform/reference
gnu.org1 · platform/reference

External Asset Domains

No external asset domains detected.

Incoming Endpoints

/wp-json/notifier/v1/REST

register_rest_route

/wp-json/notifier/v1/legacy-triggersREST

register_rest_route

wp_ajax_nopriv_public

wp_ajax

wp_ajax_nopriv_notifier_save_cart_abandonment_datapublic

wp_ajax

Admin AJAX endpoints4
wp_ajax_notifier_change_trigger_statusauthenticated

wp_ajax

wp_ajax_notifier_dismiss_migration_noticeauthenticated

wp_ajax

wp_ajax_notifier_fetch_trigger_fieldsauthenticated

wp_ajax

wp_ajax_notifier_save_cart_abandonment_dataauthenticated

wp_ajax

Score History

First score snapshot

v3.0.3

25

Latest

Findings
591
Errors
309
Warnings
282
Check
2.0.0

Relationship Map

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

37 nodes

Related Plugins