woocommerce_output_auth_footer()WC 1.0

Output the Auth footer.

No Hooks.

Returns

null. Nothing (null).

Usage

woocommerce_output_auth_footer();

woocommerce_output_auth_footer() code WC 10.6.2

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