'; foreach ( $theme_locations as $location => $name ) { if ( ! isset( $tagged_menu_locations[ $location ] ) ) { continue; } printf( '

%s

', esc_html( $name ) ); echo '
'; include $settings_list; echo '
'; } echo '
'; } ?>