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



embed_thumbnail_image_shape › WordPress Filter Hooks

Since4.5.0
Deprecatedn/a
apply_filters( 'embed_thumbnail_image_shape', $shape, $thumbnail_id )
Parameters: (2)
  • (string) $shape Thumbnail image shape. Either 'rectangular' or 'square'.
    Required: Yes
  • (int) $thumbnail_id Attachment ID.
    Required: Yes
Defined at:
Codex:

Filters the thumbnail shape for use in the embed template.

Rectangular images are shown above the title while square images are shown next to the content.





Source

$shape = apply_filters( 'embed_thumbnail_image_shape', $shape, $thumbnail_id );