wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



get_the_author_{$field} › WordPress Filter Hooks

Seit4.3.0
Veraltetn/v
apply_filters( "get_the_author_{$field}", $value, $user_id, $original_user_id )
Parameter: (3)
  • (string) $value The value of the metadata.
    Erforderlich: Ja
  • (int) $user_id The user ID for the value.
    Erforderlich: Ja
  • (int|false) $original_user_id The original user ID, as passed to the function.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the value of the requested user metadata.

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





Quellcode

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