bbp_template_before_user_profile
bbp_template_before_user_profile
Appears in: bbpress.2.5.14, bbpress.2.6.0, bbpress.2.6.1, bbpress.2.6.11, 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_profile') is found 1 times:
- /templates/default/bbpress/user-profile.php line 13
// Exit if accessed directly defined( 'ABSPATH' ) || exit; do_action( 'bbp_template_before_user_profile' ); ?> <div id="bbp-user-profile" class="bbp-user-profile"> <h2 class="entry-title">@<?php bbp_displayed_user_field( 'user_nicename' ); ?></h2> <div class="bbp-user-section"> <h3><?php esc_html_e( 'Profile', 'bbpress' ); ?></h3> <p class="bbp-user-forum-role"><?php printf( esc_html__( 'Registered: %s', 'bbpress' ), bbp_get_time_since( bbp_get_displayed_user_field( 'user_registered' ) ) ); ?></p>