Helps you create themes faster with sustainable code. With Timber, you write HTML using Twig Templates http://www.upstatement.com/timber/
| Code | Message | Location | Category | |
|---|---|---|---|---|
| ERROR | WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound | Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$context". | 21:1 | Plugin Repo |
| ERROR | WordPress.WP.I18n.TextDomainMismatch | Mismatched text domain. Expected 'timber-library' but got 'timber-starter'. | 70:81 | General |
| ERROR | WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedNamespaceFound | Namespaces declared by a theme/plugin should start with the theme/plugin prefix. Found: "App". | 8:1 | Plugin Repo |
| ERROR | WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound | Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$context". | 12:1 | Plugin Repo |
| ERROR | WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound | Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$context". | 15:5 | Plugin Repo |
| ERROR | WordPress.WP.I18n.MissingTranslatorsComment | 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. | 15:34 | General |
| ERROR | WordPress.WP.I18n.TextDomainMismatch | Mismatched text domain. Expected 'timber-library' but got 'timber-starter'. | 15:55 | General |
| ERROR | PluginCheck.Security.DirectDB.UnescapedDBParameter | Unescaped parameter $query used in $wpdb->get_results($query)\n$query assigned unsafely at line 109:\n $query = "SELECT YEAR(post_date) AS `year`, count(ID) as posts FROM {$wpdb->posts} $join $where GROUP BY YEAR(post_date) ORDER BY post_date $order $limit"\n$order used without escaping.\n$limit used without escaping. | 113:22 | Security |
| ERROR | WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound | Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "get_twig". | 195:31 | Plugin Repo |
| ERROR | WordPress.DB.PreparedSQLPlaceholders.QuotedSimplePlaceholder | Simple placeholders should not be quoted in the query string in $wpdb->prepare(). Found: '%s'. | 219:4 | Security |
| 11/13/2025, 5:51:58 AM | 23s | 67 | 124 | 74 |