tabs ) ? sanitize_text_field( $_GET['tab'] ) : 'general'; $active_section = isset( $_GET['section'] ) ? sanitize_text_field( $_GET['section'] ) : ''; $active_theme = $gallery_settings['theme']; $player_type = isset( $player_settings['player_type'] ) ? $player_settings['player_type'] : 'youtube'; $sections = array(); foreach ( $this->sections as $section ) { $tab = $section['tab']; if ( ! isset( $sections[ $tab ] ) ) { $sections[ $tab ] = array(); } $sections[ $tab ][] = $section; } ?>

$active_tab, 'section' => $page ), admin_url( 'admin.php?page=automatic-youtube-gallery-settings' ) ); if ( ! isset( $section_links[ $page ] ) ) { $section_links[ $page ] = sprintf( '%s', esc_url( $url ), ( $section['id'] == $active_section ? 'current' : '' ), ( isset( $section['menu_title'] ) ? esc_html( $section['menu_title'] ) : esc_html( $section['title'] ) ) ); } } if ( count( $section_links ) > 1 ) : ?>