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.
Install mozart globally
Run the following commands:
composer require twig/twig
Instead if use a Twig
class like Twig\ClassName
, you need to prepend eLightup\
to the class name, e.g.: eLightUp\Twig\ClassName
.
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.