Uses
| Uses | Description |
|---|---|
| wp-admin/includes/user.php: get_editable_roles() | Fetch a filtered list of user roles that the current user is allowed to edit. |
| wp-includes/l10n.php: translate_user_role() | Translates role name. |
| wp-includes/l10n.php: __() | Retrieve the translation of $text. |
| wp-includes/formatting.php: wp_specialchars_decode() | Converts a number of HTML entities into their special characters. |
| wp-includes/general-template.php: get_bloginfo() | Retrieves information about the current site. |
| wp-includes/link-template.php: home_url() | Retrieves the URL for the current site where the front end is accessible. |