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



post_thumbnail_size › WordPress Filter Hooks

Seit4.9.0
Veraltetn/v
apply_filters( 'post_thumbnail_size', $size, $post->ID )
Parameter: (2)
  • (string|int[]) $size Requested image size. Can be any registered image size name, or an array of width and height values in pixels (in that order).
    Erforderlich: Ja
  • (int) $post_id The post ID.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the post thumbnail size.





Quellcode

$size = apply_filters( 'post_thumbnail_size', $size, $post->ID );