• Resolved gnurf

    (@gnurf)


    I cannot get the redirect to another page (in my case i would like to redirect to the login page) after a user has registered.

    The same goes for the login page. The redirect will go to the login page (even after successful login) instead of the page I have entered in the settings ??

    -Paul

    https://www.ads-software.com/plugins/football-pool/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter gnurf

    (@gnurf)

    OK, I probably found the reason, it’s the Profile Builder (hobbyist) plugin which seem to make the redirect to fail ??

    Any workarounds?

    Plugin Author AntoineH

    (@antoineh)

    Looks like both plugins want to hook into the redirect filters of WordPress. I have a constant that you can set to give my functions a higher priority, but that may break the Profile Builder plugin’s functionality. I don’t have any experience with this plugin.

    You may wanna give it a try. Set the following constant in your wp-config.php file:

    define( 'FOOTBALLPOOL_REDIRECT_FILTER_PRIORITY', 9 );

    And play a little with the values. It should be lower than the values the other plugin is using (WP default = 10, so if the other plugin didn’t set this parameter, then 9 should be fine).

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘no redirect after registering’ is closed to new replies.