Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support madalinaruzsa

    (@madalinaruzsa)

    Hi @yousystem,

    You can use the following filter to remove the wppb_referer_url query argument from the private website redirect 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.

    Thread Starter Yousystem

    (@yousystem)

    Thanks for your answer.

    I’ve just used this code found in your previous answer but it dont work and wppb_referer_url is always present.

    I’ve paste this in my functions.php of my child theme. Alternative?

    Plugin Support alexandrubodea

    (@alexandrubodea)

    Hi @yousystem,

    1. ?Could you please go to your site’s Dashboard -> Plugins -> Installed Plugins -> and send a full screenshot with everything you have installed related to Profile Builder (make sure the plugin version can be seen)?

    2. Could you please go to your site’s Dashboard -> Profile Builder -> Settings ->Private Website -> and send a screenshot from there?

    You can use a site like https://snipboard.io/ to share the screenshots.

    Best regards,

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove wppb_referer_url’ is closed to new replies.