get_edit_user_link WordPress Filter Hook

The get_edit_user_link hook is used to retrieve the edit user link for a given user. This can be useful for customizing the edit user interface or for displaying the edit user link in a custom location.

apply_filters( 'get_edit_user_link', string $link, int $user_id ) #

Filters the user edit link.


Parameters

$link

(string)The edit link.

$user_id

(int)User ID.


Top ↑

Source

File: wp-includes/link-template.php

View on Trac



Top ↑

Changelog

Changelog
VersionDescription
3.5.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.

Show More
Show More