Use any image from your WordPress Media Library as a custom user avatar or user profile picture. Add your own Default Avatar.
| Code | Message | Location | Category | |
|---|---|---|---|---|
| ERROR | WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound | Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$trashed". | 78:5 | Plugin Repo |
| ERROR | WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound | Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$avatars". | 98:13 | Plugin Repo |
| ERROR | WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound | Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$message". | 120:5 | Plugin Repo |
| ERROR | WordPress.WP.AlternativeFunctions.file_system_operations_is_writeable | File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: is_writeable(). | 414:11 | Plugin Repo |
| ERROR | WordPress.WP.I18n.MissingArgDomain | Missing $domain parameter in function call to _n(). | 121:9 | General |
| ERROR | PluginCheck.Security.DirectDB.UnescapedDBParameter | Unescaped parameter $post_status used in $wpdb->get_var($wpdb->prepare(\n\t\t\t\t"SELECT COUNT( 1 )\n\t\t\t\tFROM $wpdb->posts\n\t\t\t\tINNER JOIN $wpdb->postmeta\n\t\t\t\tON $wpdb->posts.id = $wpdb->postmeta.post_id\n\t\t\t\tWHERE $wpdb->posts.post_type = '%s'\n\t\t\t\tAND $wpdb->posts.post_status IN ( " . join( ', ', $post_status ) . " )\n\t\t\t\tAND $wpdb->postmeta.meta_key = '%s'\n\t\t\t\tAND $wpdb->postmeta.meta_value != ''",\n\t\t\t\t'attachment',\n\t\t\t\t'_wp_attachment_wp_user_avatar'\n\t\t\t)) | 107:37 | Security |
| ERROR | WordPress.DB.PreparedSQLPlaceholders.QuotedSimplePlaceholder | Simple placeholders should not be quoted in the query string in $wpdb->prepare(). Found: '%s'. | 113:1 | Security |
| ERROR | WordPress.DB.PreparedSQL.NotPrepared | Use placeholders and $wpdb->prepare(); found $post_status | 114:55 | Security |
| ERROR | WordPress.DB.PreparedSQLPlaceholders.QuotedSimplePlaceholder | Simple placeholders should not be quoted in the query string in $wpdb->prepare(). Found: '%s'. | 115:1 | Security |
| ERROR | WordPress.WP.I18n.MissingTranslatorsComment | A function call to _n() 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. | 121:9 | General |
| 11/12/2025, 9:16:11 PM | 15s | 56 | 116 | 127 |