I hope think this may work.
Insert this code into php file or php insert plugin, WooCommerce will no longer change password reset link.
function reset_pass_url() {
$siteURL = get_option('siteurl');
return "{$siteURL}/wp-login.php?action=lostpassword";
}
add_filter( 'lostpassword_url', 'reset_pass_url', 11, 0 );
Related Posts:
- Woocommerce password Reset
- How to disable Woocommerce password recovery and use the default WordPress password reset page?
- WooCommerce lost password reset flow not working with SendGrid (redirect loop)
- Which hook should I use to capture $_POST(‘password’) via profile update and password reset
- lost password link not working for my site
- password_reset doesnt work
- Clients with empty username are not receiving request new password email
- wordpress/woocommerce login url not redirecting correctly
- Show password while you are typing it on the “my account” login page
- Change password notification email
- How to change lost password email text using custom plugin wordpress?
- Temporary access to page with URL sent to email
- Forgot password flow does not work, getting email with a link but after clicking link it’s not working
- Change wp-login.php? Problem with .htaccess password protection and multi user shop
- Users credentials and syncing from third party with WooCommerce
- Hide/show button for the password field in the Woocommerce My Account page
- Woocommerce add extra field to variation product
- single-product.php template not working for single products [closed]
- Reseting admin password through PHPMyadmin fails
- Create WooCommerce custom stock option that is non-purchasable
- Query multiple post type and categories
- Shipping restrictions with WooCommerce variable products
- WooCommerce – Flat rate shipping based on X quantity steps?
- Custom URL for each product variation – rewrite rules
- Where can I find a single item template
- Change “Shipping” text to “Delivery” everywhere I appears in woocommerce
- Customize WooCommerce orders displayed shipping
- creating product with variations using woocommerce REST API
- Adding extra one email address who receives email as admin – woocommerce
- Woocomerce language
- How to set default values in Woocommerce checkout? [closed]
- Payment methods are not displaying in Woocommerce
- How to configure Woocommerce Payment Methods programmatically?
- Add content to the last slide of each product
- Remove add to cart icon/view product button woocommerce
- Products Shortcode is Displaying Single Product Page Price for all Products [closed]
- Expired session error (admin) when I try to make a call to WooCommerce api [closed]
- WooCommerce – Global $product is returning value null
- Pre filter woocommerce products to remove a certain category of products
- WooCommerce Stripe Plugin not showing up in settings [closed]
- Remove “?add-to-cart=product-id” from Add to Cart URL when on the Cart page
- How to show total amount on woocommerce?
- Woocommerce, finding the ordinal number of a purchase for a certain product
- WooCommerce order refund get qty refunded
- Disable Order Review Page when the id product
- Set both meta_query and tax_query using wp_query->set
- WooCommerce Simple Product Options List
- Add custom body tag if product is out of stock
- Protecting WooCommerce Customizations with Update
- Setting WooCommerce SKU programmatically [closed]
- How to edit mobile view of my wordpress website without affecting the desktop view? [closed]
- WooCommerce: How to insert filtered attribute(s) in page title of archive?
- Multiple Pricing [closed]
- WOOF product filter prevent from loading on wordpress search result page
- WooCommerce login redirect based on cart
- Adding product on sale into specific category after creation
- How to select the first product variant as a default?
- Conditional for product attribute page
- Setting Page Visibility for WooCommerce Default Page Doesn’t Work
- Deleted products from woocommerce are still in the database
- Remove cart functionality from WooCommerce so it doesn’t remember the products [closed]
- Apply CSS to certain product thumbnails only
- Pass values to ajax
- Send Email to Custom Field in Custom Post Type when order is Completed
- Order Woocommerce Products by On Sale and Alphabetically
- Reset WordPress admin users to limit access
- How to track product price changes?
- Woocommerce Flexslider touch functionality on desktop not working
- Filter orders in Admin area based on logged in user
- Customer Email Address
- How to echo woocomerce attributes values in dropdown box
- Add new page in WooCommerce My Account page
- Uninitialised Parameters using woocommerce_checkout_update_order_meta hook
- Woocommerce customer role doesn’t change if user is already a subscriber [closed]
- Tags pages for different Custom Post Types and WooCommerce Products sharing Post Tags
- get_posts only getting most recent product
- How to only show featured products in wooCommerce using function.php function
- How to insert link, with lightbox, that opens specific page content only
- How to get the WooCommercer product variation image
- how add css class to product boxes li, for img, add cart button, decs, price… [closed]
- Vendor Listing by Location
- Decrease stock quantity when a variation is sold using Woocommerce
- WooCommerce show decimals in totals [closed]
- Woocommerce Mandatory Field on Shipping Details [closed]
- Create a shortcode to show product tag name on tag archive
- Adding a column to woocomerce admin order page that can be sorted
- WordPress error
- Hide price, “add to cart” button and show message “Please log in to shop” [closed]
- Auto generating API keys using the Application Authentication Endpoint [closed]
- Is there a way to conditionally check if i’m on product variation page url like mydomain.com/myproduct?attribute_pa_color=red
- Critical error on woocommerce checkout page
- Can’t add variable products since update WooCommerce [closed]
- Add custom ID to WooCommerce product tab
- Account Status/Login on Main Menu with Avatar Pictures
- Custom plugin development with paypal subscription method
- Make Admin Side Fields Mandatory/Required
- Optimizing or rewriting core queries
- WooCommerce admin>edit-comments show none [closed]
- Woocommerce Gallery Image Caption: Use “caption” — not “alt tag”. Keep alt tag as is
- Woocommerce: “Edit Page” changes not displayed on Shop page [closed]