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



the_author_{$field} › WordPress Filter Hooks

Seit2.8.0
Veraltetn/v
apply_filters( "the_author_{$field}", $author_meta, $user_id )
Parameter: (2)
  • (string) $author_meta The value of the metadata.
    Erforderlich: Ja
  • (int|false) $user_id The user ID.
    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

echo apply_filters( "the_author_{$field}", $author_meta, $user_id );