• Resolved goodtimesoldtimes

    (@goodtimesoldtimes)


    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?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Champ Camba

    (@champsupertramp)

    Hi @goodtimesoldtimes

    Please try unchecking the option “Automatically redirect author page to their profile?” in WP Admin > Ultimate Member > Settings > General > Users.

    Regards,

    Thread Starter goodtimesoldtimes

    (@goodtimesoldtimes)

    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);

    Plugin Contributor Champ Camba

    (@champsupertramp)

    Hi @goodtimesoldtimes

    Thanks for letting us know how you’ve resolved the issue.

    Regards,

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Comment Author URL’ is closed to new replies.