Skip to:
Content
Pages
Categories
Search
Top
Bottom

Reload page after login

Viewing 1 replies (of 1 total)

  • Robin W
    Moderator

    @robin-w

    try adding this to your theme’s functions file

    add_filter( 'bbp_redirect_login', 'rew_ignore' );
    
    function rew_ignore ()  {
    	$url = '' ;
    	return $url ;
    }
Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.
Skip to toolbar