bp_nouveau_search_selector_name (字符串美元的后缀=”,字符串9美元=“_”)
输出选择器的name属性。
描述
参数
- 美元的后缀
-
(字符串)(可选)附加在名称末尾的字符串。
默认值:“
- 9美元
-
(字符串)(可选)在每个令牌之间使用的分隔符。
默认值:“_”
返回
(字符串)选择器的name属性。
源
文件:bp-templates / bp-nouveau /包括/ template-tags.php
函数bp_nouveau_search_selector_name($suffix = ", $sep = '_') {$objects = bp_nouveau_get_search_objects();If (isset($objects['secondary']) && !$name = bp_core_get_component_search_query_arg($objects['secondary']);} else {$name = join($sep, array_merge($objects, (array) $suffix));} echo esc_attr($name);}
更新日志
版本 | 描述 |
---|---|
BuddyPress 3.0.0 | 介绍了。 |