1. See template postfilters for more information on how to setup a post filtering function.
查看模板发送过滤器获取更多关于怎么设置发送过滤器函数的信息。

来自互联网

2. The first parameter to the postfilter function is the compiled template code, possibly modified by other postfilters.
预滤器函数的第一个参数是编译之后的模板代码,该代码可能被其他一些后滤器修正过。

来自互联网

3. Postfilters are used to process the compiled output of the template (the PHP code) immediately after the compilation is done but before the compiled template is saved to the filesystem.
后过滤器用在编译完成后,编译模板保存到文件系统前,立即处理模板的编译输出(PHP代码)。

来自互联网

4. Postfilters are used to process the compiled output of the template (the PHP code) immediately after the compilation is done but before the compiled template is saved to the filesystem.
后过滤器用在编译完成后,编译模板保存到文件系统前,立即处理模板的编译输出(PHP代码)。

来自互联网