Dashboard
PHP:
8.0.30
OS:
Linux
User:
hoozgot
/
/
home
/
hoozgot
/
www
/
hoozgot
/
wp-content
/
themes
/
twentyten
/
members
/
single
📤 Upload
📝 New File
📁 New Folder
Close
Editing: profile.php
<?php if ( bp_is_my_profile() ) : ?> <div class="item-list-tabs no-ajax" id="subnav"> <ul> <?php bp_get_options_nav() ?> </ul> </div><!-- .item-list-tabs --> <?php endif; ?> <?php do_action( 'bp_before_profile_content' ) ?> <div class="profile"> <?php if ( 'edit' == bp_current_action() ) : ?> <?php locate_template( array( 'members/single/profile/edit.php' ), true ) ?> <?php elseif ( 'change-avatar' == bp_current_action() ) : ?> <?php locate_template( array( 'members/single/profile/change-avatar.php' ), true ) ?> <?php else : ?> <?php locate_template( array( 'members/single/profile/profile-loop.php' ), true ) ?> <?php endif; ?> </div><!-- .profile --> <?php do_action( 'bp_after_profile_content' ) ?>
Save
Cancel