woocommerce_account_navigation()
My Account navigation template.
Хуков нет.
Возвращает
null
. Ничего (null).
Использование
woocommerce_account_navigation();
Код woocommerce_account_navigation() woocommerce account navigation WC 8.3.1
function woocommerce_account_navigation() { wc_get_template( 'myaccount/navigation.php' ); }