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