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']; $parsed_parameters = array( 'url' => isset( $content['url'] ) && filter_var( $content['url'], FILTER_VALIDATE_URL ) ? esc_url_raw( $content['url'] ) : '', ); if ( Plugin::$instance->editor->is_edit_mode() ) { ?>