Warning: session_start(): Session cannot be started after headers have already been sent in /home/tvrreohg/public_html/manga.php on line 13
experiments->is_feature_active( 'e_optimized_markup' );
}
protected function register_controls() {
$this->start_controls_section(
'section_button',
[
'label' => esc_html__( 'Button', 'elementor' ),
]
);
$this->register_button_content_controls();
if ( ! Utils::has_pro() ) {
$this->add_control(
Utils::CTA . '_promotion',
[
'label' => esc_html__( 'Call to Action widget', 'elementor' ),
'type' => Promotion_Control::TYPE,
]
);
}
$this->end_controls_section();
$this->start_controls_section(
'section_style',
[
'label' => esc_html__( 'Button', 'elementor' ),
'tab' => Controls_Manager::TAB_STYLE,
]
);
$this->register_button_style_controls();
$this->end_controls_section();
}
/**
* Render button widget output on the frontend.
*
* Written in PHP and used to generate the final HTML.
*
* @since 1.0.0
* @access protected
*/
protected function render() {
$this->render_button();
}
}