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



get_the_author_{$field} › WordPress Filter Hooks

Da4.3.0
Deprecaton/a
apply_filters( "get_the_author_{$field}", $value, $user_id, $original_user_id )
Parametri: (3)
  • (string) $value The value of the metadata.
    Richiesto:
  • (int) $user_id The user ID for the value.
    Richiesto:
  • (int|false) $original_user_id The original user ID, as passed to the function.
    Richiesto:
Definito a:
Codex:

Filters the value of the requested user metadata.

The filter name is dynamic and depends on the $field parameter of the function.





Sorgenti

return apply_filters( "get_the_author_{$field}", $value, $user_id, $original_user_id );