holotree/ht_enqueue_handlebars

WordPress Handlebars管理。

dev-master 2014-12-09 21:48 UTC

This package is auto-updated.

Last update: 2024-09-08 07:17:49 UTC


README

WordPress Handlebars管理。类似于wp_enqueue_scripts,这个库用于将handlebars模板打印到页脚,同时避免重复。

用法

  • 添加模板

holotree_enqueue_handlebar( 'comment-template', dirname( __FILE__ ) .'/templates/comment-template.html' );

  • 移除已添加的模板

holotree_deenqueue_handlebar( 'comment_template' );

许可证、版权等。

版权所有2014 Josh Pollock

根据GNU通用公共许可证第2版或更高版本许可。请与您的邻居分享。