get_edit_profile_url
get_edit_profile_url ( $user_id = 0, $scheme = 'admin' )
Parameters:- (int) user_id Optional. User ID. Defaults to current user.
- (string) scheme Optional. The scheme to use. Default is 'admin', which obeys force_ssl_admin() and is_ssl(). 'http' or 'https' can be passed to force those schemes.
Returns:- (string) Dashboard URL link with optional path appended.
Defined at: - Introduced in WordPress: 3.1.0
- Deprecated in WordPress: —
Description
Retrieves the URL to the user's profile editor.