• Resolved ppappeoh

    (@ppappeoh)


    When I access to the private website, and redirect to the login page.
    The login page’s url has a parameter wppb_referer_url .
    What is the usage of wppb_referer_url in url?
    I tried to replace the value with something like “example.com/about”, but it won’t redirect to “example.com/about” after I login. It doesn’t seem to have an usage.
    How can I disable this parameter?

    • This topic was modified 5 years, 1 month ago by ppappeoh.
    • This topic was modified 5 years, 1 month ago by ppappeoh.
Viewing 1 replies (of 1 total)
  • Plugin Support Madalina Ruzsa

    (@madalinaruzsa)

    Hi @ppappeoh,

    You can use the following filter to remove the parameter wppb_refer_url.

    add_filter( ‘wppb_private_website_redirect_add_query_args’, ‘__return_false’ );

    You can use this code by adding it to your theme’s ‘functions.php’ file or by creating a new plugin as described here.

    Kind regards,
    Madalina Ruzsa
    Cozmoslabs

Viewing 1 replies (of 1 total)

The topic ‘wppb_referer_url, what is this parameter’ is closed to new replies.