guestDirect() is the opposite of authDirect().
It is only used to perform a redirection when a user account is not active.
if( isGuest() ) {
redirect('index');
}
guestDirect() as shown below
guestDirect('index');