Filter hook 'edit_profile_url'

in WP Core File wp-includes/link-template.php at line 4021

Description

Filters the URL for a user's profile editor.

Occurrences

Filename Line Number
wp-includes/link-template.php 4021

Parameters

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', 'login_post', 'admin', 'relative' or null.

PHP Doc

/**
	 * 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.
	 */