Subscribe to Comments Reloaded allows commenters to sign up for e-mail notifications of subsequent replies. Don't miss any comment.
| Code | Message | Location | Category | |
|---|---|---|---|---|
| ERROR | WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound | Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$from_name". | 151:13 | Plugin Repo |
| ERROR | WordPress.WP.EnqueuedResourceParameters.NoExplicitVersion | Version parameter is not explicitly set or has been set to an equivalent of "false" for wp_register_script; This means that the WordPress core version will be used which is not recommended for plugin or theme development. | 568:155 | Performance |
| ERROR | WordPress.WP.EnqueuedResourceParameters.NoExplicitVersion | Version parameter is not explicitly set or has been set to an equivalent of "false" for wp_register_script; This means that the WordPress core version will be used which is not recommended for plugin or theme development. | 569:170 | Performance |
| ERROR | WordPress.WP.EnqueuedResourceParameters.NoExplicitVersion | Version parameter is not explicitly set or has been set to an equivalent of "false" for wp_register_script; This means that the WordPress core version will be used which is not recommended for plugin or theme development. | 570:179 | Performance |
| ERROR | WordPress.WP.EnqueuedResourceParameters.NoExplicitVersion | Version parameter is not explicitly set or has been set to an equivalent of "false" for wp_register_script; This means that the WordPress core version will be used which is not recommended for plugin or theme development. | 571:183 | Performance |
| ERROR | WordPress.WP.DeprecatedParameters.Load_plugin_textdomainParam2Found | The parameter "FALSE" at position #2 of load_plugin_textdomain() has been deprecated since WordPress version 2.7.0. Use "" instead. | 345:4 | Plugin Repo |
| ERROR | PluginCheck.Security.DirectDB.UnescapedDBParameter | Unescaped parameter $posts_where used in $wpdb->query("DELETE FROM $wpdb->postmeta WHERE ($posts_where) AND ($emails_where)")\n$posts_where assigned unsafely at line 1144:\n $posts_where = substr( $posts_where, 0, - 4 )\n$posts_where assigned unsafely at line 1137:\n $posts_where = ''\n$emails_where assigned unsafely at line 1166:\n $emails_where = substr( $emails_where, 0, - 4 )\n$emails_where assigned unsafely at line 1149:\n $emails_where = ''\n$_post_id used without escaping. | 1170:19 | Security |
| ERROR | PluginCheck.Security.DirectDB.UnescapedDBParameter | Unescaped parameter $posts_where used in $wpdb->query("DELETE FROM $wpdb->postmeta WHERE meta_key LIKE '\_stcr@\_%' AND ($posts_where)")\n$posts_where assigned unsafely at line 1144:\n $posts_where = substr( $posts_where, 0, - 4 )\n$posts_where assigned unsafely at line 1137:\n $posts_where = ''\n$_post_id used without escaping. | 1175:19 | Security |
| ERROR | WordPress.DB.PreparedSQL.NotPrepared | Use placeholders and $wpdb->prepare(); found $retrieve_subscriptions | 1208:51 | Security |
| ERROR | PluginCheck.Security.DirectDB.UnescapedDBParameter | Unescaped parameter $retrieve_subscriptions used in $wpdb->get_results($wpdb->prepare( $retrieve_subscriptions, $meta_key.$_email ))\n$retrieve_subscriptions assigned unsafely at line 1218:\n $retrieve_subscriptions = "SELECT * FROM $wpdb->postmeta WHERE post_id IN ($in_values) AND meta_key = %s"\n$in_values assigned unsafely at line 1213:\n $in_values = implode( ',', $_post_id )\n$_post_id used without escaping. | 1221:22 | Security |
| 11/13/2025, 3:58:55 PM | 24s | 19 | 653 | 319 |