wpseek.com
A WordPress-centric search engine for devs and theme authors
edit_user_{$field} › WordPress Filter Hooks
Since2.9.0
Deprecatedn/a
› apply_filters( "edit_user_{$field}", $value, $user_id )
Parameters: (2) |
|
Defined at: |
|
Codex: |
Filters a user field value in the 'edit' context.
The dynamic portion of the hook name, $field
, refers to the prefixed user
field being filtered, such as 'user_login', 'user_email', 'first_name', etc.
Related Functions: get_term_field, sanitize_user_field, edit_user, get_post_field, get_editable_user_ids, get_edit_user_link
Related Hooks: edit_user_profile, edit_term_field, pre_user_field, edit_user_profile_update, get_terms_fields