Fastest growing & lightweight plugin for Web Push Notifications. Add browser push notifications to your WordPress & WooCommerce site.
Prioritized issue groups from the latest Plugin Check scan
Security
312
10 issue groups
Maintainability
129
13 issue groups
I18n
10
2 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<p><strong>Total Active Subscribers: $total_subscribers </strong></p>"'.
Sample message
$_COOKIE['_webpushrEndPoint'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a non-sanitized input variable: $_COOKIE['_webpushrEndPoint']
Sample message
Detected usage of a possibly undefined superglobal array index: $_COOKIE['_webpushrEndPoint']. Check that the array index exists before using it.
Sample message
Short PHP opening tag used with echo; expected "<?php echo $_SERVER ..." but found "<?= $_SERVER ..."
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$action_button1_title".
Sample message
Processing form data without nonce verification.
Sample message
Processing form data without nonce verification.
Sample message
Function "get_the_permalink()" requires WordPress 3.9.0, but your plugin minimum supported version is WordPress 3.8.0.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "create_wpp_post_notification_box".
Sample message
Mismatched text domain. Expected 'webpushr-web-push-notifications' but got 'webpushr'.
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
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
wp_redirect() found. Using wp_safe_redirect(), along with the "allowed_redirect_hosts" filter if needed, can help avoid any chances of malicious redirects within code. It is also important to remember to call exit() after a redirect so that no other unwanted code is executed.
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Missing $domain parameter in function call to _e().
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "WPP_WEBPUSHR".
Sample message
Stylesheets must be registered/enqueued via wp_enqueue_style()
Sample message
File and folder names must not contain spaces or special characters.
Sample message
Unescaped parameter date('Y-m-d H:i:s') ."' - INTERVAL %d hour " used in $wpdb->get_results()
Sample message
Use placeholders and $wpdb->prepare(); found date
Sample message
print_r() found. Debug code should not normally be used in production.
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
Potential connections found in static code analysis.
Outbound calls
94
External assets
3
Incoming endpoints
1
No public endpoints detected.
wp_ajax
2 score snapshots
v4.41.0
32
Latest
v4.39.0
31
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 32 | 455 | 168 | 287 | v4.41.0 | 2.0.0 |
| 31 | 462 | 169 | 293 | v4.39.0 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.