wpseek.com
A WordPress-centric search engine for devs and theme authors



get_edit_user_link › WordPress Filter Hooks

Since3.5.0
Deprecatedn/a
apply_filters( 'get_edit_user_link', $link, $user->ID )
Parameters: (2)
  • (string) $link The edit link.
    Required: Yes
  • (int) $user_id User ID.
    Required: Yes
Defined at:
Codex:

Filters the user edit link.





Source

return apply_filters( 'get_edit_user_link', $link, $user->ID );