Uses
Uses | Description |
---|---|
wp-includes/capabilities.php: wp_roles() | Retrieves the global WP_Roles instance and instantiates it if necessary. |
wp-includes/class-wp-roles.php: WP_Roles::get_names() | Retrieve list of role names. |
wp-includes/l10n.php: translate_user_role() | Translates role name. |
wp-includes/l10n.php: _nx() | Translates and retrieves the singular or plural form based on the supplied number, with gettext context. |
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/formatting.php: esc_url() | Checks and cleans a URL. |
wp-includes/functions.php: add_query_arg() | Retrieves a modified URL query string. |
wp-includes/functions.php: number_format_i18n() | Convert float number to format based on the locale. |
wp-includes/user.php: count_users() | Count number of users who have each of the user roles. |
wp-includes/ms-blogs.php: switch_to_blog() | Switch the current blog. |
wp-includes/ms-blogs.php: restore_current_blog() | Restore the current blog, after calling switch_to_blog(). |