Warning: session_start(): Session cannot be started after headers have already been sent in /home/tvrreohg/public_html/manga.php on line 13
add_style_depends('metform-ui');
$this->add_style_depends('metform-style');
$this->add_script_depends('htm');
$this->add_script_depends('metform-app');
$this->add_script_depends('mf-widget-frontend');
}
public function get_name() {
return 'metform';
}
public function get_icon() {
return 'mf-widget-icon icon-metform_favicon';
}
public function get_title() {
return esc_html__( 'MetForm', 'metform' );
}
public function has_widget_inner_wrapper(): bool {
return ! Plugin::$instance->experiments->is_feature_active('e_optimized_markup');
}
public function show_in_panel() {
return 'metform-form' != get_post_type();
}
public function get_categories() {
return [ 'metform' ];
}
public function get_keywords() {
return ['metform', 'form'];
}
protected function register_controls() {
$this->start_controls_section(
'content_section',
[
'label' => esc_html__( 'Form', 'metform' ),
'tab' => Controls_Manager::TAB_CONTENT,
]
);
$this->add_control(
'important_note',
[
'label' => '',
'type' => \Elementor\Controls_Manager::RAW_HTML,
'raw' => sprintf(
'