is_logged

Returns the true if the user is logged in

Summary

is_logged();

Usage

$is_logged = is_logged();
if($is_logged == true){
    print "You are in!";
}
The documentation is under development. Help us by editing this page.