bp_document_theme_compat :: directory_template_hierarchy(细绳$模板的)
将模板层次结构添加到主题Compat for Document Directory页面。
描述
这是镜像WordPress的方法模板层次结构。
参数
- $模板
-
(细绳的)(必需的)来自的模板bp_get_theme_compat_templates()。
返回
(大批)$模板定制模板数组要查找。
来源
文件:bp-document / classes / class-bp-document-theme-compat.php
公共函数directory_template_hierarchy($模板){/ ** *过滤文档目录页面的模板层次结构。* * @param数组$ index -directory array控股模板名称要合并到模板列表中。* * @since buddyboss 1.4.0 * / $ new_templates = apply_filters('bp_template_hierarchy_document_directory',array('document / index-directory.php',));//使用现有堆栈// @see bp_get_theme_compat_templates()与现有堆栈进行新模板。$ templates = array_merge((array)$ new_templates,$模板);返回$模板;}
变更乐
版本 | 描述 |
---|---|
Buddyboss 1.4.0. | 介绍。 |