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

Filters the user edit link.


Description


Parameters

$link

(string) The edit link.

$user_id

(int) User ID.


Top ↑

Source

File: wp-includes/link-template.php

View on Trac


Top ↑

Changelog

Version Description
3.5.0 Introduced.