Warning: session_start(): Session cannot be started after headers have already been sent in /home/tvrreohg/public_html/manga.php on line 13
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();
}
}
}