Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 59525

Custom login

$
0
0

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


Viewing all articles
Browse latest Browse all 59525

Trending Articles