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