bp_get_the_notification_action_links (|字符串数组args美元''

返回当前通知的操作链接。

描述

参数

args美元

数组|字符串(可选)

  • “之前”
    (字符串)链接之前的HTML。
  • “后”
    (字符串)链接后的HTML。
  • “9”
    (字符串)链接之间的HTML。
  • “链接”
    (数组)链接数组内爆由'sep'。
  • “user_id”
    (int)获取操作链接的用户ID。默认显示用户ID。

默认值:“

返回

(字符串)HTML链接,用于对单个通知采取的操作。

文件:bp-notifications / bp-notifications-template.php

function bp_get_the_notification_action_links($args = "){//设置使用的默认用户ID。$user_id = isset($args['user_id']) ?args(“user_id”):美元bp_displayed_user_id ();/ /解析。$r = wp_parse_args($args, array('before' => ", 'after' => ", 'sep' => ' | ', 'links' => array(bp_get_the_notification_mark_link($user_id), bp_get_the_notification_delete_link($user_id))));//创建链接。$retval = $r['before']。内爆($r['links'], $r['sep'])。$ r(“后”);/** *过滤当前通知的动作链接。 * * @since BuddyPress 1.9.0 * @since BuddyPress 2.6.0 Added the `$r` parameter. * * @param string $retval HTML links for actions to take on single notifications. * @param array $r Array of parsed arguments. */ return apply_filters( 'bp_get_the_notification_action_links', $retval, $r ); }

更新日志

更新日志
版本 描述
BuddyPress 2.6.0添加$user_id作为参数到$args。 BuddyPress 2.6.0添加$user_id作为参数到$args。
BuddyPress 1.9.0 介绍了。

问题吗?

我们总是很乐意帮助您解决代码或其他问题!搜索我们的开发人员文档,联络支持,或与我们联系销售团队