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
220
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 1259.
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://wpvip.com/documentation/performance-improvements-by-removing-usage-of-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
The use of function set_time_limit() is discouraged
Sample message
Traits declared by a theme/plugin should start with the theme/plugin prefix. Found: "Shortcode".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found 'wp_nonce_field'.
Sample message
The parameter "array(\n\t\t\t\t\t\t\t'fields' => 'ids',\n\t\t\t\t\t\t\t'get' => 'all',\n\t\t\t\t\t\t)" at position #2 of get_terms() has been deprecated since WordPress version 4.5.0. Instead do not pass the parameter.
Potential connections found in static code analysis.
Outbound calls
34
External assets
3
Incoming endpoints
7
register_rest_route
register_rest_route
register_rest_route
wp_ajax
wp_ajax
wp_ajax
wp_ajax
2 score snapshots
v10.46
24
Latest
v10.45
32
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 24 | 718 | 32 | 686 | v10.46 | 2.0.0 |
| 32 | 442 | 32 | 410 | v10.45 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.