Subscribe to Comments allows commenters on an entry to subscribe to e-mail notifications for subsequent comments.
Prioritized issue groups from the latest Plugin Check scan
Security
182
11 issue groups
Maintainability
72
10 issue groups
I18n
34
4 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<li>($ccount) <a href='"'.
Sample message
Use of a direct database call is discouraged.
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
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.
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a non-sanitized input variable: $_COOKIE['comment_author_email_'. COOKIEHASH]
Sample message
$_COOKIE['comment_author_email_'. COOKIEHASH] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $post->post_author at "SELECT * FROM $wpdb->users WHERE ID = $post->post_author"
Sample message
Processing form data without nonce verification.
Sample message
Unescaped parameter $this->ms_table used in $wpdb->get_col()
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET['subscribeid']. Check that the array index exists before using it.
Sample message
Missing $domain parameter in function call to __().
Sample message
rand() is discouraged. Use the far less predictable wp_rand() instead.
Sample message
get_currentuserinfo() has been deprecated since WordPress version 4.5.0. Use wp_get_current_user() instead.
Sample message
Function "add_settings_error()" requires WordPress 3.0.0, but your plugin minimum supported version is WordPress 2.9.0.
Sample message
Unescaped parameter $post->post_author used in $wpdb->get_row()\n$post->post_author used without escaping.
Sample message
Detected usage of meta_value, possible slow query.
Sample message
screen_icon() has been deprecated since WordPress version 3.8.0.
Sample message
Attempting a database schema change is discouraged.
Sample message
Detected usage of meta_key, possible slow query.
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
query_posts() is discouraged. Use WP_Query instead.
Sample message
Translatable string should not be wrapped in HTML. Found: '<strong>Error: </strong>'
Sample message
Mismatched text domain. Expected 'subscribe-to-comments' but got 'subscribe_to_comments'.
Not analyzed yet.
First score snapshot
v2.3.1
36
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 36 | 292 | 129 | 163 | v2.3.1 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.