add_filter( 'auth_cookie_expiration', 'extend_login_cookie' ); function extend_login_cookie( $expirein ) { return 2630000; // 1 year in seconds (Adjust to your needs) }
It seems we can’t find what you’re looking for. Perhaps searching can help.