embed_thumbnail_id

embed_thumbnail_id

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('embed_thumbnail_id') is found 1 times:

  • /wp-includes/theme-compat/embed-content.php line 32
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    * @since 4.9.0
     *
     * @param int|false $thumbnail_id Attachment ID, or false if there is none.
     */
    $thumbnail_id = apply_filters( 'embed_thumbnail_id', $thumbnail_id );
     
    if ( $thumbnail_id ) {
        $aspect_ratio = 1;
        $measurements = array( 1, 1 );
        $image_size   = 'full'; // Fallback.