bbp_template_before_user_details
bbp_template_before_user_details
Appears in: bbpress.2.5.14, 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: action
Displaying hooks found in version: bbpress.2.6.9do_action('bbp_template_before_user_details') is found 1 times:
- /templates/default/bbpress/user-details.php line 1310111213141516171819
// Exit if accessed directly
defined(
'ABSPATH'
) ||
exit
;
do_action(
'bbp_template_before_user_details'
); ?>
<div id=
"bbp-single-user-details"
>
<div id=
"bbp-user-avatar"
>
<span
class
=
'vcard'
>
<a
class
=
"url fn n"
href=
"<?php bbp_user_profile_url(); ?>"
title=
"<?php bbp_displayed_user_field( 'display_name' ); ?>"
rel=
"me"
>
<?php
echo
get_avatar( bbp_get_displayed_user_field(
'user_email'
,
'raw'
), apply_filters(
'bbp_single_user_details_avatar_size'
, 150 ) ); ?>