Created
          August 4, 2021 06:40 
        
      - 
      
 - 
        
Save MrVibe/f1dfd72c55edfcdf01132e28ec844650 to your computer and use it in GitHub Desktop.  
    VibeBP Login redirect
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | add_filter('jwt_auth_token_validate_before_dispatch',function($data){ | |
| $data['redirect_component'] ='https://YOUR redirect page URL'; | |
| return $data; | |
| }); | 
Make sure you login from vibebp login.
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
            
It's not working I have added the code in function.php file but nothing works.