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

    (@kevinvess)

    Hi– thanks for using Force Login!

    If you want to remove the redirect information, try adding this to your theme’s functions.php file:

    add_filter( 'v_forcelogin_redirect', '__return_empty_string' );
    
    Thread Starter tractanz

    (@tractanz)

    Hi Kevin,

    Oh perfect! Thanks for taking the time to look at this. Your filter worked a treat! ??

    Cheers,

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