bp_displayed_user_url
bp_displayed_user_url
Appears in: buddypress.12.0.0, buddypress.12.1.1, buddypress.12.2.0, buddypress.12.3.0, buddypress.12.4.0, buddypress.12.4.1, buddypress.12.5.0, buddypress.12.5.1, buddypress.14.0.0, buddypress.14.1.0, buddypress.14.2.1, buddypress.14.3.3
Hook Type: filter
Displaying hooks found in version: buddypress.14.3.3apply_filters('bp_displayed_user_url') is found 1 times:
- /bp-members/bp-members-template.php line 199719931994199519961997199819992000200120022003
* @type string
$single_item_action
The slug of the action to perform.
* @type
array
$single_item_action_variables
An
array
of additional informations about the action to perform.
* }
*/
return
apply_filters(
'bp_displayed_user_url'
,
$url
,
$path_chunks
);
}
/**
* Generate the link
for
the displayed user's profile.
*
* @since 1.0.0