apply_filters( 'embed_thumbnail_id', int|false $thumbnail_id )
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
File: wp-includes/theme-compat/embed-content.php
.
View all references
$thumbnail_id = apply_filters( 'embed_thumbnail_id', $thumbnail_id );
Changelog
Version | Description |
---|---|
4.9.0 | Introduced. |