动态注销一个模板函数插件,参数是模板函数的名称。
Use this to dynamically unregister template function plugin. Pass in the template function name.
动态注册一个修饰器插件,需要制定模板修饰器的名称,和实现具体功能的函数。
Use this to dynamically register modifier plugin. Pass in the template modifier name, followed by the PHP function that it implements it.
应用推荐