Hi @sudiptomahmud!
?
By default we are using the wp-login.php page for our login url (in some cases even if a plugin changes that link), but this can be changed.?
?
First you create an empty page what you will not use for anything else, then at Global Settings -> General tab:
https://nextendweb.com/nextend-social-login-docs/global-settings/
you should use the “OAuth redirect uri proxy page” setting. This means that our plugin will no longer use the /wp-login.php page for the API connection, but the custom page you created and selected here. At your API settings you made, for example at Facebook:
https://nextendweb.com/nextend-social-login-docs/provider-facebook/#configuration
you have to change the step 12. setting, to change the URL for the API. This also changes the URL on the social login button.
Then create another new page again, and also at the Global settings:
https://nextendweb.com/nextend-social-login-docs/global-settings/
you will find a “Page for register flow” setting. To the new page’s description you should add the given shortcode, [nextend_social_login_register_flow]. Then select that page with our settings. This page will be used to ask “custom data”, such as an email address from the users who register with Nextend Social Login.
So to sum up, you cannot hide urls which are used for login, but you can replace them with other urls.