WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about edit_profile_url

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/link-template.php apply_filters 3931 /**
* Filters the URL for a user's profile editor.
*
* @since 3.1.0
*
* @param string $url The complete URL including scheme and path.
* @param int $user_id The user ID.
* @param string $scheme Scheme to give the URL context. Accepts 'http', 'https', 'login',
* 'login_post', 'admin', 'relative' or null.
*/

Hook Parameters

Parameter Type Name Description
string $url The complete URL including scheme and path.
int $user_id The user ID.
string $scheme Scheme to give the URL context. Accepts 'http', 'https', 'login',