start_controls_section( 'content_section', array( 'label' => esc_html( __( 'Meetings Scheduler', 'leadin' ) ), 'tab' => \Elementor\Controls_Manager::TAB_CONTENT, ) ); $this->add_control( 'content', array( 'type' => 'leadinmeetingselect', ) ); $this->end_controls_section(); } /** * Render the widget */ protected function render() { $settings = $this->get_settings_for_display(); $content = $settings['content']; if ( Plugin::$instance->editor->is_edit_mode() ) { ?>