[ Index ] |
PHP Cross Reference of BuddyPress |
[Summary view] [Print] [Text view]
1 <?php 2 /** 3 * @version 3.0.0 4 */ 5 ?> 6 <div id="bp-embed-header"> 7 <div class="bp-embed-avatar"> 8 <a href="<?php bp_displayed_user_link(); ?>"> 9 <?php bp_displayed_user_avatar( 'type=thumb&width=36&height=36' ); ?> 10 </a> 11 </div> 12 13 <p class="wp-embed-heading"> 14 <a href="<?php bp_displayed_user_link(); ?>"> 15 <?php bp_displayed_user_fullname(); ?> 16 </a> 17 </p> 18 19 <?php if ( bp_is_active( 'activity' ) && bp_activity_do_mentions() ) : ?> 20 <p class="bp-embed-mentionname">@<?php bp_displayed_user_mentionname(); ?></p> 21 <?php endif; ?> 22 </div>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Tue Apr 29 01:01:09 2025 | Cross-referenced by PHPXref 0.7.1 |