bbp_get_author_links
bbp_get_author_links
Appears in: bbpress.2.6.0, bbpress.2.6.1, bbpress.2.6.11, bbpress.2.6.12, bbpress.2.6.2, bbpress.2.6.3, bbpress.2.6.4, bbpress.2.6.5, bbpress.2.6.6, bbpress.2.6.9
Hook Type: filter
Displaying hooks found in version: bbpress.2.6.9apply_filters('bbp_get_author_links') is found 1 times:
- /includes/users/template.php line 207420702071207220732074207520762077207820792080
$author_links
=
$links
;
unset(
$links
);
// Filter sections
$sections
= apply_filters(
'bbp_get_author_links'
,
$author_links
,
$r
,
$args
);
// Assemble sections into author link
$author_link
= implode(
$r
[
'sep'
],
$sections
);
// Only wrap in link if profile exists
if
(
empty
(
$anonymous
) && bbp_user_has_profile(
$user_id
) ) {