WordPress custom authentication implementation
This question Set up WP Authentication from External API has a link to a blog. That put me in the right direction and shed some light on my work (Thanks @Rup). class CustomLogin { /** * Initializes the plugin. * * To keep the initialization fast, only add filter and action hooks in the constructor. … Read more