start_controls_section( 'section_gallery', [ 'label' => esc_html__( 'Image Gallery', 'elementor' ), ] ); $this->add_control( 'wp_gallery', [ 'label' => esc_html__( 'Add Images', 'elementor' ), 'type' => \Elementor\Controls_Manager::GALLERY, 'show_label' => false, 'dynamic' => [ 'active' => true, ], ] ); $this->end_controls_section(); } protected function render() { $settings = $this->get_settings_for_display(); $gallery = $settings['wp_gallery']; echo "