wpseek.com
Uma área de pesquisa sobre o WordPress para devs e autores do tema



end_fetch_post_thumbnail_html › Hooks de Ações WordPress

Desde2.9.0
Obsoleton/a
do_action( 'end_fetch_post_thumbnail_html', $post->ID, $post_thumbnail_id, $size )
Parâmetros: (3)
  • (int) $post_id The post ID.
    Required: Yes
  • (int) $post_thumbnail_id The post thumbnail ID.
    Required: Yes
  • (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).
    Required: Yes
Definido em:
Codex:

Fires after fetching the post thumbnail HTML.





Fonte

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