Hi,
I want to let you know that you are code is awesome. love it and i also generate code for after login with the help of your code.
add_filter( 'pp_login_redirect', 'vipin_login_redirect' );
function vipin_login_redirect( $url ) {
$url = 'https://url-here';
return $url;
}
Thank you very much again!!!!
Regard Vipin Vishwakarma