woocommerce_account_navigation()
My Account navigation template.
No Hooks.
Returns
null. Nothing (null).
Usage
woocommerce_account_navigation();
woocommerce_account_navigation() woocommerce account navigation code WC 10.8.1
function woocommerce_account_navigation() {
wc_get_template( 'myaccount/navigation.php' );
}