get_tabs()->tabs() as $tab_key => $profile_tab ) { if ( ! is_object( $profile_tab ) || ! $profile_tab || $profile_tab->is_hidden() || ! $profile_tab->user_can_view() ) { continue; } // Admin view another user profile if ( $profile->get_user()->get_id() !== get_current_user_id() && current_user_can( ADMIN_ROLE ) ) { $tab_key_hidden_admin_view_user = [ 'settings', 'logout', 'orders', 'gradebook' ]; if ( in_array( $tab_key, $tab_key_hidden_admin_view_user ) ) { continue; } } $slug = $profile->get_slug( $profile_tab, $tab_key ); $link = $profile->get_tab_link( $tab_key, true ); $tab_classes = array( esc_attr( $tab_key ) ); $sections = $profile_tab->sections(); if ( $sections && sizeof( $sections ) > 1 ) { $tab_classes[] = 'has-child'; } if ( $profile->is_current_tab( $tab_key ) ) { $tab_classes[] = 'active'; } ?>
  • 1 ) { ?>
      $section_data ) { $classes = array( esc_attr( $section_key ) ); if ( $profile->is_current_section( $section_key, $section_key ) ) { $classes[] = 'active'; } $section_slug = $profile->get_slug( $section_data, $section_key ); $section_link = $profile->get_tab_link( $tab_key, $section_slug ); ?>