Skip to content

Tag: wordpress

Creating a function to logout a WordPress user?

I’m trying to create a function to logout WordPress users after a period of inactivity. The timed element is working as it should and redirecting users after a set period of time. The problem is that once the PHP script is loaded (in code sample), I run into the following error: Fatal error: Call to und…