Helps you create themes faster with sustainable code. With Timber, you write HTML using Twig Templates http://www.upstatement.com/timber/
Prioritized issue groups from the latest Plugin Check scan
Maintainability
111
14 issue groups
Security
64
8 issue groups
I18n
12
2 issue groups
Supply Chain
5
1 issue group
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "after_setup_theme".
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$composer_autoload".
Sample message
Detected usage of a non-sanitized input variable: $_GET['preview']
Sample message
$_GET['preview'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Use of a direct database call is discouraged.
Sample message
Use placeholders and $wpdb->prepare(); found $query
Sample message
Missing $domain parameter in function call to __().
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
Namespaces declared by a theme/plugin should start with the theme/plugin prefix. Found: "App".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$compiled'.
Sample message
Processing form data without nonce verification.
Sample message
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
Sample message
Unescaped parameter $query used in $wpdb->get_results()\n$query assigned unsafely at line 109.
Sample message
Hidden files are not permitted.
Sample message
print_r() found. Debug code should not normally be used in production.
Sample message
Detected usage of a possibly undefined superglobal array index: $_SERVER['PHP_SELF']. Check that the array index exists before using it.
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
Sample message
Detected usage of tax_query, possible slow query.
Sample message
trigger_error() found. Debug code should not normally be used in production.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: mkdir().
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
Simple placeholders should not be quoted in the query string in $wpdb->prepare(). Found: "%s".
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
Sample message
The parameter "$args" at position #2 of get_terms() has been deprecated since WordPress version 4.5.0. Instead do not pass the parameter.
Not analyzed yet.
First score snapshot
v1.23.4
24
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 24 | 213 | 85 | 128 | v1.23.4 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.