The get_featured_media_thumbnail does not grab the first image from the gallery if no featured image is attached:
function get_featured_media_thumbnail( $post_id, $size = null ) {
return get_the_post_thumbnail( $post_id, $size );
}
The requires that a featured image is always set for a featured gallery.
The get_featured_media_thumbnail does not grab the first image from the gallery if no featured image is attached:
The requires that a featured image is always set for a featured gallery.