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