Day: May 29, 2020
WordPress website keeps logging me out in back-end after I switched to SSL
In certain cases, you might come across the issue that after you’ve switched the website to SSL: it immediately logs you out, every time the page is reloaded. Most of the times, the cause of this issue is that somewhere in the code the domain is still being forced to the http:// domain. In the most recent case that we came across, the user had the following code in their theme’s functions.php file: update_option( ‘siteurl’, ‘http://domain.com’ ); update_option( ‘home’, ‘http://domain.com’
Leon Wimmenhoeve
May 29, 2020