holotree / ht_enqueue_handlebars
WordPress Handlebars management.
Installs: 8
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/holotree/ht_enqueue_handlebars
Requires
- php: >=5.3.0
This package is auto-updated.
Last update: 2025-10-08 09:43:05 UTC
README
WordPress Handlebars management. Sort of like wp_enqueue_scripts, this library is used to print handlebars templates to the footer, while avoiding duplicates.
Usage
- Add a template
holotree_enqueue_handlebar( 'comment-template', dirname( __FILE__ ) .'/templates/comment-template.html' );
- Remove an already added template
holotree_deenqueue_handlebar( 'comment_template' );
License, Copyright etc.
Copyright 2014 Josh Pollock.
Licensed under the terms of the GNU General Public License version 2 or later. Please share with your neighbor.