bp_get_notifications_unread_permalink (intuser_id美元

返回未读通知永久链接。

描述

参数

user_id美元

int(必需)用户ID。

返回

(字符串)未读通知永久链接。

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

函数bp_get_notifications_unread_permalink($user_id = 0) {if (0 === $user_id) {$user_id = bp_loggedin_user_id();$域= bp_loggedin_user_domain ();} else {$domain = bp_core_get_user_domain((int) $user_id);} $retval = trailingslashit($域。bp_get_notifications_slug()。' /未读');/** *过滤未读通知永久链接。* * @since BuddyPress 1.9.0 * @since BuddyPress 2.6.0添加$user_id参数。* * @param string $retval Permalink用于未读通知。* @param int $user_id用户ID。 */ return apply_filters( 'bp_get_notifications_unread_permalink', $retval, $user_id ); }

更新日志

更新日志
版本 描述
BuddyPress 2.6.0增加参数$user_id。 介绍了。

问题吗?

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