woocommerce_output_auth_header()
Output the Auth header.
Хуков нет.
Возвращает
null
. Ничего (null).
Использование
woocommerce_output_auth_header();
Код woocommerce_output_auth_header() woocommerce output auth header WC 9.4.2
function woocommerce_output_auth_header() { wc_get_template( 'auth/header.php' ); }