BACK TO DIRECTORY

Get User Role

by theslink2000

0.0
(0 ratings)

This plugin doesn’t do anything on the surface but if you call the get_user_role() function then you can achieve one of two results.

Function

Returns the role of the specified user.

Usage

Parameters

$user_id
(string)(optional) ‘username’

Return Values

(string) If no $user_id is specified in the function call the function will return the role of the currently logged in user, otherwise the role of the specified user will be returned.

Examples

$role = get_user_role(“admin”);

This will return “administrator”.

Notes

This plugin may call the following global variables:

$current_user
$wp_roles
$wpdb

This plugin is designed to work with any correctly made custom roles.

Plugin Details

Active Installs
10
Total Downloads
2,213
Version
1.0
Requires WP
3.0.1
Requires PHP
Tested Up To
3.4.2
Added
2012-11-25
Last Updated
2012-11-25 4:46pm GMT

Ratings

5
0
4
0
3
0
2
0
1
0