Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author ThimPress

    (@thimpress)

    Hi kaorisensei,
    You can reference the code below to the functions.php file:

    add_filter('learn-press/login-url', function($url_login){
     $url_login = 'link you want add';
     return $url_login;
    });

    Thanks.

    Thread Starter kaorisensei

    (@kaorisensei)

    Thank you for your quick response. I was able to make the change.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Link Customize for’ is closed to new replies.