Filters the thumbnail image ID for use in the embed template.
Parameters
$thumbnail_id
int|false- Attachment ID, or false if there is none.
Source
$thumbnail_id = apply_filters( 'embed_thumbnail_id', $thumbnail_id );
Changelog
Version | Description |
---|---|
4.9.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.