elementor text control

Solutions on MaxInterview for elementor text control by the best coders in the world

showing results for - "elementor text control"
Niko
22 Jan 2020
1		$this->add_control(
2			'widget_title',
3			[
4				'label' => __( 'Title', 'plugin-domain' ),
5				'type' => \Elementor\Controls_Manager::TEXT,
6				'default' => __( 'Default title', 'plugin-domain' ),
7				'placeholder' => __( 'Type your title here', 'plugin-domain' ),
8			]
9		);
10