Page, Theme & Plugin Editor Extension for Timber http://www.upstatement.com/timber/
As of April 2026, Editor for Timber is a WordPress twig plugin with 50 active installations and a 0/5 rating0. It has been downloaded 1.9K+ times in total. Requires WordPress 5.5+ and PHP 7.4+. Available on WordPress.org since 2020. Last updated 5 years ago — may have compatibility concerns. Top alternative: Timber.
The plugin uses the path defined in Timber::$locations as the templates path or falls back to the uploads folder if none is provided.
Either adjust your Timber::render('page.twig', $context)-functions like this:
$filenames = [TimberEditor::getTemplateFilename(), 'page.twig'];
Timber::render($filenames, $context);
like this
TimberEditor::render('page.twig', $context);
# 'page.twig' serves as a fallback if the current posts's template doesn't exist
or like this
…| WordPress | 5.5+ requiredTested up to 5.5.18 |
| PHP | 7.4+ required |
Plugin data sourced from WordPress.org. Analysis and metrics by PluginSift.