Custom login
-
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,
MiguelThe page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Custom login’ is closed to new replies.