此函数已弃用。BuddyBoss 1.0.0。
bp_get_send_public_message_button (|字符串数组args美元='')
返回按钮用于发送公共消息(@-mention)。
描述
参数
- args美元
-
(数组|字符串)(可选)所有参数都是可选的。看到BP_Button的完整描述。
- “id”
(字符串)默认值:“public_message”。 - “组件”
(字符串)默认值:“活动”。 - “must_be_logged_in”
(保龄球)默认值:真的。 - “block_self”
(保龄球)默认值:真的。 - “wrapper_id”
(字符串)默认值:“post-mention”。 - “link_href”
(字符串)Default:循环中当前成员的公共消息链接。 - “link_text”
(字符串)默认值:“公开提及”。 - “link_class”
(字符串)默认值:“activity-button提到”。
默认值:“
- “id”
返回
(字符串)发送公共消息的按钮。
源
文件:bp-core /弃用/ buddyboss / 1.0.php
function bp_get_send_public_message_button($args = ") {_deprecated_function(__FUNCTION__, '1.0.0');返回";/ / r = bp_parse_args美元($ args,阵列(/ / ' id ' = > ' public_message ', / / '组件' = > '活动',/ / must_be_logged_in = > true, / / block_self = > true, / / ' wrapper_id ' = > ' post-mention ', / / ' link_href ' = > bp_get_send_public_message_link () / / link_text ' => __( ' 公开提及”、“buddyboss ', / / link_class ' = > ' activity-button提到“/ /));// /** // *过滤公共消息按钮HTML。// * / * @since BuddyPress 1.2.10 // * // * @param array $r public message button HTML的参数数组。// */ //返回bp_get_button(apply_filters('bp_get_send_public_message_button', $r));}
更新日志
版本 | 描述 |
---|---|
BuddyBoss 1.0.0 | BuddyBoss 1.0.0 |
BuddyPress 1.2.0 | 介绍了。 |