start_controls_section( 'ekit_section_pro', [ 'label' => __('Go Pro for More Features', 'metform'), ] ); $this->add_control( 'ekit_control_get_pro', [ 'label' => __('Unlock more possibilities', 'metform'), 'type' => \Elementor\Controls_Manager::CHOOSE, 'options' => [ '1' => [ 'title' => '', 'icon' => 'fa fa-unlock-alt', ], ], 'default' => '1', 'description' => ' Get the Pro version for more awesome elements and powerful modules.', ] ); $this->end_controls_section(); } } }