elightup / twig
This package is auto-updated.
Last update: 2025-03-17 09:08:32 UTC
README
This is a mirror of twig/twig
which is used to prevent conflicts when other plugins use a different version of Twig inside WordPress.
This package is used in:
Making this package helps reduce duplication, especially in Meta Box AIO.
To make it less confusing, the version of this package is the same as Twig.
This package is created using Mozart, a briliant tool for WordPress developers.
How to build the package
Install mozart globally
Run the following commands:
composer require twig/twig
Usage
Instead if use a Twig
class like Twig\ClassName
, you need to prepend eLightup\
to the class name, e.g.: eLightUp\Twig\ClassName
.
Notes
The package includes a twig.php
file, which acts like a plugin bootstrap file for WordPress. This helps you just enable this plugin inside WordPress for testing before bundling it into plugins.