bbp_template_before_user_details_menu_items

bbp_template_before_user_details_menu_items

Hook Type: action

See hook in core

Displaying hooks found in version: bbpress.2.6.9

do_action('bbp_template_before_user_details_menu_items') is found 1 times:

  • /templates/default/bbpress/user-details.php line 24
    			</a>
    		</span>
    	</div>
    
    	<?php do_action( 'bbp_template_before_user_details_menu_items' ); ?>
    
    	<div id="bbp-user-navigation">
    		<ul>
    			<li class="<?php if ( bbp_is_single_user_profile() ) :?>current<?php endif; ?>">
    				<span class="vcard bbp-user-profile-link">
    					<a class="url fn n" href="<?php bbp_user_profile_url(); ?>" title="<?php printf( esc_attr__( "%s's Profile", 'bbpress' ), bbp_get_displayed_user_field( 'display_name' ) ); ?>" rel="me"><?php esc_html_e( 'Profile', 'bbpress' ); ?></a>