woocommerce_output_auth_footer()
Output the Auth footer.
No Hooks.
Returns
null. Nothing (null).
Usage
woocommerce_output_auth_footer();
woocommerce_output_auth_footer() woocommerce output auth footer code WC 10.8.1
function woocommerce_output_auth_footer() {
wc_get_template( 'auth/footer.php' );
}