वर्णन
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.
स्थापना
This section describes how to install the plugin and get it working.
e.g.
- Upload
get_user_role.zip
to the/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Call get_user_role() as required
नेहमी विचारले जाणारे प्रश्न
- Can I use you plugin within my own plugins?
-
Of course you can, so long as you ask first. Just send me a message and add my name to the Contributors section.
समीक्षा
ह्या प्लगइनसाठी कोणतेही समीक्षण नाही.
योगदानकर्ते आणि विकसक
“Get User Role” हे मुक्त स्रोत सॉफ्टवेअर आहे. पुढील लोक या प्लगइनच्या निर्मितीत योगदान केले आहे.
योगदानकर्तेभाषांतर करा “Get User Role” तुमच्या भाषेत.
विकासातील आग्रह?
कोड ब्राउझ करा, SVN संग्रहालय तपासा, किंवा विकास लॉग च्या RSS द्वारे सदस्यता घ्या.
बदलांची यादी
1.0
- Creation.