• Resolved Designrest

    (@designrest)


    add_filter(“um_activate_url”,”um_custom_activate_url”, 10, 1 );
    function um_custom_activate_url( $url ){
    return “https:/yoursite.com”;
    }

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

    (@champsupertramp)

    Hi @designrest

    It works on our end:

    add_filter("um_activate_url","um_102521_update_account_activation_url");
    function um_102521_update_account_activation_url( $url ){
        return "https://yoursite.com/";
    }

    Regards,

    Plugin Contributor Champ Camba

    (@champsupertramp)

    Hi @designrest

    This thread has been inactive for a while so we’re going to go ahead and mark it Resolved. …Please feel free to re-open this thread by changing the Topic Status to ‘Not Resolved’ if any other questions come up and we’d be happy to help. 🙂

    Regards,

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘um_activate_url filter not working’ is closed to new replies.