wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



get_the_author_{$field} › Les Filtres WordPress

Depuis4.3.0
Dépréciéen/a
apply_filters( "get_the_author_{$field}", $value, $user_id, $original_user_id )
Paramètres: (3)
  • (string) $value The value of the metadata.
    Requis: Oui
  • (int) $user_id The user ID for the value.
    Requis: Oui
  • (int|false) $original_user_id The original user ID, as passed to the function.
    Requis: Oui
Défini(e) dans:
Codex:

Filters the value of the requested user metadata.

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





Source

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