Block new logins
-
Hi , Please can change the active login session time to one year or more , and where should put this filter ? please
function loggedin_auth_cookie_expiration( $expire ) {
// Allow for a month.
return MONTH_IN_SECONDS;
}add_filter( ‘auth_cookie_expiration’, ‘loggedin_auth_cookie_expiration’ );
Thanx for this great plugin
- The topic ‘Block new logins’ is closed to new replies.