Forums
Forums / Plugin: Timber / Embed plugin into theme
(@cmwwebfx)
11 years, 8 months ago
Hi, is it possible to embed this rather than making the end user rely on installing the plugin to make things work?
https://wordpress.org/plugins/timber-library/
(@jarednova)
Yep, just include the files within your theme directory and do a require_once(__DIR__.'/timber-library/timber.php') in your functions.php
require_once(__DIR__.'/timber-library/timber.php')
functions.php
Marking as resolved
The topic ‘Embed plugin into theme’ is closed to new replies.