COPY CODE
<?php
/**
* BuddyPress - Users Plugins Template
*
* 3rd-party plugins should use this template to easily add template
* support to their plugins for the members component.
*
* @package BuddyPress
* @subpackage bp-legacy
*/
?>
<?php do_action( 'bp_before_member_plugin_template' ); ?>
<?php if ( ! bp_is_current_component_core() ) : ?>
<div class="item-list-tabs no-ajax" id="subnav">
<ul>
<?php bp_get_options_nav(); ?>
<?php do_action( 'bp_member_plugin_options_nav' ); ?>
</ul>
</div><!-- .item-list-tabs -->
<?php endif; ?>
<h3><?php do_action( 'bp_template_title' ); ?></h3>
<?php do_action( 'bp_template_content' ); ?>
<?php do_action( 'bp_after_member_plugin_template' ); ?>
You can always redownload from themeforest as well.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com