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



end_fetch_post_thumbnail_html › WordPress Action Hooks

Da2.9.0
Deprecaton/a
do_action( 'end_fetch_post_thumbnail_html', $post->ID, $post_thumbnail_id, $size )
Parametri: (3)
  • (int) $post_id The post ID.
    Richiesto:
  • (int) $post_thumbnail_id The post thumbnail ID.
    Richiesto:
  • (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).
    Richiesto:
Definito a:
Codex:

Fires after fetching the post thumbnail HTML.





Sorgenti

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