Filter hook 'embed_thumbnail_id'

in WP Core File wp-includes/theme-compat/embed-content.php at line 32

Description

Filters the thumbnail image ID for use in the embed template.

Occurrences

Filename Line Number
wp-includes/theme-compat/embed-content.php 32

Parameters

Type Name Description
int|false $thumbnail_id Attachment ID, or false if there is none.

PHP Doc

/**
		 * Filters the thumbnail image ID for use in the embed template.
		 *
		 * @since 4.9.0
		 *
		 * @param int|false $thumbnail_id Attachment ID, or false if there is none.
		 */