Hi @goodtimesoldtimes
Please try unchecking the option “Automatically redirect author page to their profile?” in WP Admin > Ultimate Member > Settings > General > Users.
Regards,
This setting only disables the post author profile URL, not the comment author profile URL. I think it should do both but it did not work for me.
What worked for me is this code:
add_filter(“plugins_loaded”, function () {
remove_filter(‘get_comment_author_link’, ‘um_comment_link_to_profile’, 10000, 3 );
}, 50);
Hi @goodtimesoldtimes
Thanks for letting us know how you’ve resolved the issue.
Regards,
(@goodtimesoldtimes)
4 years, 3 months ago
Hello,
I’ve noticed that when you click on the comment author name, it redirects to the User profile page.
How to disable this option and/or redirect to the default WordPress author page?