bp_get_asset_template_part (字符串美元蛞蝓,字符串|零美元的名字=零)
获取一个资产模板部分。
描述
基本上和bp_get_template_part (),但是在蛞蝓前加上' assets/ '。
另请参阅
- bp_get_template_part ():以获取完整的文档。
参数
- 美元蛞蝓
-
(字符串)(必需)模板蛞蝓。
- 美元的名字
-
(字符串|零)(可选)模板的名字。
默认值:空
返回
(假|字符串)
源
文件:bp-core / bp-core-template-loader.php
函数bp_get_asset_template_part($slug, $name = null) {return bp_get_asset_template_part("assets/{$slug}", $name);}
更新日志
版本 | 描述 |
---|---|
BuddyPress 2.6.0 | 介绍了。 |