woocommerce_output_auth_footer()WC 1.0

Output the Auth footer.

No Hooks.

Return

null. Nothing (null).

Usage

woocommerce_output_auth_footer();

woocommerce_output_auth_footer() code WC 8.6.1

function woocommerce_output_auth_footer() {
	wc_get_template( 'auth/footer.php' );
}