Uses
| Uses | Description | 
|---|---|
| wp-includes/capabilities.php: current_user_can() | Returns whether the current user has the specified capability. | 
| wp-includes/pluggable.php: get_userdata() | Retrieve user info by user ID. | 
| wp-includes/functions.php: add_query_arg() | Retrieves a modified URL query string. | 
| wp-includes/link-template.php: get_edit_profile_url() | Retrieves the URL to the user’s profile editor. | 
| wp-includes/link-template.php: self_admin_url() | Retrieves the URL to the admin area for either the current site or the network depending on context. | 
| wp-includes/link-template.php: get_edit_user_link | Filters the user edit link. | 
| wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. | 
| wp-includes/user.php: get_current_user_id() | Get the current user’s ID |