apply_filters( 'get_edit_user_link', string $link, int $user_id )
- Since
- 3.5.0
Filters the user edit link.
Parameters
$linkstring- The edit link.
$user_idint- User ID.
Fired at · 1
wp-includes/link-template.php:1770get_edit_user_link()
Source
View on Trac ↗View on GitHub ↗
1764 *1765 * @since 3.5.01766 *1767 * @param string $link The edit link.1768 * @param int $user_id User ID.1769 */1770 return apply_filters( 'get_edit_user_link', $link, $user->ID );1771}1772 1773177417751776
History
Introduced in 3.5.0. Unchanged from 6.7.7 through 7.1.0.
- 6.7.7
- 6.8.8
- 6.9.7
- 7.0.4
- 7.1.0
Signature, return type and hooks compared across 5 parsed releases.
About this page
- Parsed data
- Generated from the wordpress-develop 6.8.8 tag, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.
- Corrections
- Something wrong on this page? Report it and it gets fixed in the next regeneration.