A website is developed in core PHP with MySQL database. If we want to integrate WordPress with that in such a way that we don’t have to login in wordpress’s wp-login page.
Once we are login in core website, it should automatically login in wordpress.
This mechanism should be applied to admin and front end too.
Leave a Reply
You must be logged in to post a comment.
You can perform this programmatically with PHP:
It’d be up to you to synchronize or link usernames and passwords with your other system.