wp_login_form() call
-
Hi,
I am using your plugin for all my end users to login and create their account on my website.
Now, I have used another Plugin – Business Directory Plugin(BDP).
This plugin, allows only ‘logged in’ users’ to submit a Business listing on my website.
On clicking ‘Submit a listing’, user if not logged in, is taken to Log in page.
I have specified the new login page, that is created using your plugin, i.e.
https://doctoroscope.com/login/However, on clicking the Submit a listing, the page still goes to the wp-login page and not the login page set by your plugin (which is what I want, I don’t want WP login page to be used by my end users), BDP plugin author says, check with you if you have used the Standard call for login : <?php wp_login_form(); ?>
and used necessary overriding methods.If yes, can you point me to the pages and functions that I can look into from my side to read the corresponding code please.
Thanks
- The topic ‘wp_login_form() call’ is closed to new replies.