woocommerce_account_navigation()WC 1.0

My Account navigation template.

No Hooks.

Return

null. Nothing (null).

Usage

woocommerce_account_navigation();

woocommerce_account_navigation() code WC 9.6.1

function woocommerce_account_navigation() {
	wc_get_template( 'myaccount/navigation.php' );
}