Aber klar doch. Final sieht das ganze so aus:
Code in der functions.php
Code
function plw123_getget_shortcode( $atts, $content = null ) {
extract( shortcode_atts( array(
'name' => '',
'date_from' => '',
'date_to' => '',
), $atts ) );
return '<iframe src="https://booking.casona.com/de/booking/hotels/HmkLEyvk/reservations/new?category_id=' . $_GET[$name]. '&date_from=' . $_GET[$date_from]. '&date_to=' . $_GET[$date_to]. '" style="border:0px #FFFF none;" name="myiframe" scrolling="auto" frameborder="0" align=off marginheight="3px" marginwidth="3px" height="100%" width="100%"></iframe>';
}
add_shortcode( 'getget', 'plw123_getget_shortcode');
Und dann im Elementor HTML-Widget über diesen Shortcode ausgegeben