woocommerce_before_account_navigation

woocommerce_before_account_navigation

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.9.8.1

do_action('woocommerce_before_account_navigation') is found 1 times:

  • /templates/myaccount/navigation.php line 22
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    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 ); ?>">