• 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

    • This topic was modified 3 years, 11 months ago by ahmadph3d.
  • The topic ‘Block new logins’ is closed to new replies.