Lost your password? Please enter your username or email address. You will receive a link to create a new password via email.

// grab the current endpoint (e.g. "credits") $current = wc_get_current_endpoint(); // fire the callback that renders it do_action( "woocommerce_account_{$current}_endpoint" );