Skip to content
Bushnell's Basin Fire Association Member's Portal
  • Login
    • Login
    • Reset Password

WordPress auto logout cookie info

A

WordPress auto logout cookie info

Stop WordPress from logging you out

function keep_me_logged_in_for_1_year( $expirein ) {
return 31556926; // 1 year in seconds
}
add_filter( 'auth_cookie_expiration', 'keep_me_logged_in_for_1_year' );
Views: 0
Back to Top
Views: 0
Mike Krause
View all posts by Mike Krause →

Post navigation

Older post
How can I list the plugins a website is using?
Newer post
Dashicons
© 2023 Bushnell's Basin Fire Association Member's Portal
Powered by WordPress | Theme: Graphy by Themegraphy