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