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



twentyeleven_status_avatar › WordPress Filter Hooks

DaTwenty Eleven 1.0
Deprecaton/a
apply_filters( 'twentyeleven_status_avatar', 65 )
Parametri:
  • (int) The height and width avatar dimensions in pixels. Default 65.
    Richiesto:
Definito a:
Codex:

Filters the Twenty Eleven status avatar size.





Sorgenti

echo get_avatar( get_the_author_meta( 'ID' ), apply_filters( 'twentyeleven_status_avatar', 65 ) );