Sends a list of subscribers an email notification when you publish new posts.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
491
17 issue groups
Security
212
7 issue groups
Performance
2
1 issue group
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$active".
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
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "after_appsero_license_section".
Sample message
$_GET['order'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a non-sanitized input variable: $_FILES['file']['error'][$key]
Sample message
Detected usage of a possibly undefined superglobal array index: $_FILES['file']['error'][$key]. Check that the array index exists before using it.
Sample message
Processing form data without nonce verification.
Sample message
Function "current_datetime()" requires WordPress 5.3.0, but your plugin minimum supported version is WordPress 4.0.0.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "MO_Admin_Notice".
Sample message
Unescaped parameter $ids used in $wpdb->get_col()\n$ids assigned unsafely at line 1292.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Detected usage of meta_query, possible slow query.
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "DOING_S2_CRON".
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$this->client->slug . '_tracker_data'".
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "s2_uninstall".
Sample message
Short URL detected (tinyurl.com). Use full URLs instead of URL shorteners.
Sample message
Attempting a database schema change is discouraged.
Sample message
Using exclusionary parameters, like exclude, in calls to get_posts() should be done with caution, see https://docs.wpvip.com/databases/optimize-queries/using-post__not_in/ for more information.
Sample message
Found call to wp_enqueue_style() with external resource. Offloading styles to your servers or any remote service is disallowed.
Sample message
Offloading images, js, css, and other scripts to your servers or any remote service is disallowed.
Sample message
The use of function set_time_limit() is discouraged
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $ids at "UPDATE $wpdb->usermeta SET meta_value = %s WHERE meta_key = %s AND user_id IN ($ids)"
Sample message
Traits declared by a theme/plugin should start with the theme/plugin prefix. Found: "Shortcode".
Potential connections found in static code analysis.
Outbound calls
34
External assets
3
Incoming endpoints
8
register_rest_route
register_rest_route
register_rest_route
register_rest_route
wp_ajax
wp_ajax
wp_ajax
wp_ajax
3 score snapshots
v10.47
25
Latest
v10.46
24
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 25 | 711 | 30 | 681 | v10.47 | 2.1.0 |
| 24 | 718 | 32 | 686 | v10.46 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.