bp_get_button (|字符串数组args美元='')
创建并返回一个按钮。
描述
另请参阅
- BP_Button:用于参数和返回值的描述。
参数
- args美元
-
(数组|字符串)(可选)看到BP_Button.
默认值:“
返回
(字符串)按钮的HTML标记。
源
文件:bp-core / bp-core-template.php
函数bp_get_button($args = ") {$button = new BP_Button($args);/** *过滤请求的按钮输出。* * @since BuddyPress 1.2.6 * * @param string $contents Button context to be used。* @param array $args按钮的参数数组。* @param BP_Button $button对象。*/返回apply_filters('bp_get_button', $button->contents, $args, $button);}
更新日志
版本 | 描述 |
---|---|
BuddyPress 1.2.6 | 介绍了。 |