is_admin

Returns the true if the logged in user is admin

Summary

is_admin();

Usage

    $is_admin = is_admin();
    if($is_admin == true){
        print "Hello admin user!";
    }
The documentation is under development. Help us by editing this page.