Přejít nahoru
add_action( 'wp_footer', function () { if ( ! is_page( 123 ) ) return; // ID nebo slug tvojí stránky if ( class_exists( '\Elementor\Plugin' ) ) { echo \Elementor\Plugin::$instance->frontend->get_builder_content_for_display( 4099 ); } });