Support Center
Visit Demo
License manager
Buy @ envato
toggle menu
Categories
Discussions
Activity
Sign In
·
Register
Sign In
·
Register
Categories
Discussions
Activity
Sign In
·
Register
×
Home
›
Theme support
›
Theme Options
Muffin Login Widget
TeeDev
February 2017
in
Theme Options
I find that the Lost Password link in the Muffin Login Widget does not point to the lost password url, it points to the register url. How can I fix this easily with a function?
I'm using v16.6.
Thanks!
Comments
Albert
February 2017
Hey,
you are definitely right. Instead of wp_registration_url() should be
wp_lostpassword_url()
function and we will fix it with next theme update.
Thanks!
TeeDev
February 2017
Excellent news!
In the meantime, can you give me a function I can place in my child theme functions.php that can fix it temporarily?
Thanks
Albert
February 2017
We are sorry but we do not have any solution for child theme and this need to be sorted directly inside parent theme files.
tojeivan
May 2020
Just found this thread... it's not sorted still...
Sign In
or
Register
to comment.
Comments
you are definitely right. Instead of wp_registration_url() should be wp_lostpassword_url() function and we will fix it with next theme update.
Thanks!