add_filter( 'auth_cookie_expiration', 'extend_login_cookie' ); function extend_login_cookie( $expirein ) { return 2592000; // 30 days in seconds }
Sorry, but nothing matched your search terms. Please try again with some different keywords.