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



end_fetch_post_thumbnail_html › WordPress Action Hooks

Seit2.9.0
Veraltetn/v
do_action( 'end_fetch_post_thumbnail_html', $post->ID, $post_thumbnail_id, $size )
Parameter: (3)
  • (int) $post_id The post ID.
    Erforderlich: Ja
  • (int) $post_thumbnail_id The post thumbnail ID.
    Erforderlich: Ja
  • (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
Definiert in:
Codex:

Fires after fetching the post thumbnail HTML.





Quellcode

do_action( 'end_fetch_post_thumbnail_html', $post->ID, $post_thumbnail_id, $size );