woocommerce_before_account_navigation

woocommerce_before_account_navigation

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

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

do_action('woocommerce_before_account_navigation') is found 1 times:

  • /templates/myaccount/navigation.php line 22
    if ( ! defined( 'ABSPATH' ) ) {
    	exit;
    }
    
    do_action( 'woocommerce_before_account_navigation' );
    ?>
    
    <nav class="woocommerce-MyAccount-navigation">
    	<ul>
    		<?php foreach ( wc_get_account_menu_items() as $endpoint => $label ) : ?>
    			<li class="<?php echo wc_get_account_menu_item_classes( $endpoint ); ?>">