wpseek.com
A WordPress-centric search engine for devs and theme authors



_wp_post_thumbnail_html › WordPress Function

Since2.9.0
Deprecatedn/a
_wp_post_thumbnail_html ( $thumbnail_id = null, $post = null )
Parameters: (2)
  • (int|null) $thumbnail_id Optional. Thumbnail attachment ID. Default null.
    Required: No
    Default: null
  • (int|WP_Post|null) $post Optional. The post ID or object associated with the thumbnail. Defaults to global $post.
    Required: No
    Default: null
Returns:
  • (string) The post thumbnail HTML.
Defined at:
Codex:

Returns HTML for the post thumbnail meta box.



Source

Soon...