PHP 8.2.31
Preview: navigation.php Size: 1.30 KB
/home/nshryvcy/taramarriagebureau.com/wp-content/plugins/woocommerce/templates/myaccount/navigation.php

<?php
/**
 * My Account navigation
 *
 * This template can be overridden by copying it to yourtheme/woocommerce/myaccount/navigation.php.
 *
 * HOWEVER, on occasion WooCommerce will need to update template files and you
 * (the theme developer) will need to copy the new files to your theme to
 * maintain compatibility. We try to do this as little as possible, but it does
 * happen. When this occurs the version of the template file will be bumped and
 * the readme will list any important changes.
 *
 * @see     https://woocommerce.com/document/template-structure/
 * @package WooCommerce\Templates
 * @version 9.3.0
 */

if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

do_action( 'woocommerce_before_account_navigation' );
?>

<nav class="woocommerce-MyAccount-navigation" aria-label="<?php esc_html_e( 'Account pages', 'woocommerce' ); ?>">
	<ul>
		<?php foreach ( wc_get_account_menu_items() as $endpoint => $label ) : ?>
			<li class="<?php echo wc_get_account_menu_item_classes( $endpoint ); ?>">
				<a href="<?php echo esc_url( wc_get_account_endpoint_url( $endpoint ) ); ?>" <?php echo wc_is_current_account_menu_item( $endpoint ) ? 'aria-current="page"' : ''; ?>>
					<?php echo esc_html( $label ); ?>
				</a>
			</li>
		<?php endforeach; ?>
	</ul>
</nav>

<?php do_action( 'woocommerce_after_account_navigation' ); ?>

Directory Contents

Dirs: 0 × Files: 17

Name Size Perms Modified Actions
2.41 KB lrw-r--r-- 2026-03-03 06:25:16
Edit Download
1.72 KB lrw-r--r-- 2026-03-03 06:25:16
Edit Download
2.96 KB lrw-r--r-- 2026-03-03 06:25:16
Edit Download
5.16 KB lrw-r--r-- 2026-03-03 06:25:16
Edit Download
2.15 KB lrw-r--r-- 2026-03-03 06:25:16
Edit Download
6.56 KB lrw-r--r-- 2026-03-03 06:25:16
Edit Download
2.18 KB lrw-r--r-- 2026-03-03 06:25:16
Edit Download
2.77 KB lrw-r--r-- 2026-03-03 06:25:16
Edit Download
1.24 KB lrw-r--r-- 2026-03-03 06:25:16
Edit Download
923 B lrw-r--r-- 2026-03-03 06:25:16
Edit Download
2.78 KB lrw-r--r-- 2026-03-03 06:25:16
Edit Download
2.12 KB lrw-r--r-- 2026-03-03 06:25:16
Edit Download
3.69 KB lrw-r--r-- 2026-03-03 06:25:16
Edit Download
1.30 KB lrw-r--r-- 2026-03-03 06:25:16
Edit Download
6.27 KB lrw-r--r-- 2026-03-03 06:25:16
Edit Download
3.70 KB lrw-r--r-- 2026-03-03 06:25:16
Edit Download
2.35 KB lrw-r--r-- 2026-03-03 06:25:16
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).