• I have been looking for a plugin like this that does not have all kinds of extras bundled with it. It works great!!!

    Just one request: our home_url is not the same as the site_url. It would be nice if the admin could choose between the two.

Viewing 1 replies (of 1 total)
  • Plugin Author Denis Alemán

    (@denisaleman)

    Hello @antoonvdr,

    I’m glad you’re using the plugin and that you like it.

    By your personal request, I added this feature in version 2.1.0.
    It’s now available — please update to use it.

    However, you need to use a code snippet, which can be added to the functions.php file of your child theme. Here’s an example of the code snippet:

    add_filter( 'lgnl_success_login_redirect_url', function( $redirect_url, $link, $key, $request_uri ) {
    return 'https://yourwebsite.com/';
    }, 10, 4 );

    If you don’t have direct access to the files, you can use a plugin like Code Snippets to safely add this code without modifying theme files.

    We may add this setting in the admin panel in future versions.

    If you need any further help customizing this, feel free to message me at denis@denisaleman.com.

    Thanks again for your feedback!

Viewing 1 replies (of 1 total)

The topic ‘Link to home_url instead of site_url’ is closed to new replies.