wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



pre_user_{$field} › WordPress Filter Hooks

Da2.9.0
Deprecaton/a
apply_filters( "pre_user_{$field}", $value )
Parametri:
  • (mixed) $value Value of the prefixed user field.
    Richiesto:
Definito a:
Codex:

Filters the value of a user field in the 'db' 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.





Sorgenti

$value = apply_filters( "pre_user_{$field}", $value );