Uses
Uses | Description |
---|---|
wp-includes/capabilities.php: get_super_admins() | Retrieve a list of super admins. |
wp-includes/capabilities.php: current_user_can() | Returns whether the current user has the specified capability. |
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/formatting.php: wp_unslash() | Remove slashes from a string or array of strings. |
wp-includes/formatting.php: esc_url() | Checks and cleans a URL. |
wp-includes/pluggable.php: get_avatar() | Retrieve the avatar |
wp-includes/functions.php: add_query_arg() | Retrieves a modified URL query string. |
wp-includes/link-template.php: get_edit_user_link() | Retrieves the edit user link. |