Notifications
Clear all
Topic starter
24/05/2019 11:35 am
How can I make user profiles URL open in the same window, currently they open in a new window for every user.
24/05/2019 11:45 am
Hi @sunny,
I'm sorry, but there is no option for this. Here is the js code you can use for this purpose:
jQuery(".wc-comment-author a").attr("target", "");
Add the code in your active theme js files.
Please don't forget to delete all caches before using.