Filters the URL for a user's profile editor.
$urlstring$user_idint$schemestringwp-includes/link-template.php:4053get_edit_profile_url() * * @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. */ return apply_filters( 'edit_profile_url', $url, $user_id, $scheme );} /** * Returns the canonical URL for a post. * * When the post is the same as the current requested page the function will handle theIntroduced in 3.1.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.