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 8.7.0

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