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



the_author_{$field} › WordPress Filter Hooks

Da2.8.0
Deprecaton/a
apply_filters( "the_author_{$field}", $author_meta, $user_id )
Parametri: (2)
  • (string) $author_meta The value of the metadata.
    Richiesto:
  • (int|false) $user_id The user ID.
    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

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