bbp_template_before_user_profile

bbp_template_before_user_profile

Hook Type: action

See hook in core

Displaying hooks found in version: bbpress.2.6.9

do_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>