Replies: 0
Hi Kevin,
Great plugin, just what i need it, but i have changed the login URL with Shield Plugin, but the function below didn’t work.
// Custom Login URL
function my_login_page( $login_url, $redirect ) {
return site_url( ‘/my-login/?redirect_to=’ . $redirect );
}
add_filter( ‘login_url’, ‘my_login_page’, 10, 2 );
Can you help me?
Thanks.
Best regards,
Miguel