bp_add_template_stack_locations (数组美元栈=数组())
将模板位置添加到正在搜索的模板文件。
描述
参数
- 美元栈
-
(数组)(可选)模板位置数组。
默认值:数组()
返回
(数组)迄今为止已注册的所有模板位置的数组。
源
文件:bp-core / bp-core-template-loader.php
//循环位置和堆栈和组合。Foreach ((array) $locations as $custom_location) {$retval[] = untrailingslashit(trailingslashit($stack));美元custom_location);}} /** *过滤正在搜索的模板文件的模板位置。* * @since BuddyPress 1.7.0 * * @param array $value当前已注册的所有模板位置数组。* @param array $stacks模板位置数组。*/返回apply_filters('bp_add_template_stack_locations', array_unique($retval), $stacks);} /** *添加BuddyPress条件的检查到'parse_query'动作。* * @自BuddyPress 1.7.0
更新日志
版本 | 描述 |
---|---|
BuddyPress 1.7.0 | 介绍了。 |