Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

elementor text control

		$this->add_control(
			'widget_title',
			[
				'label' => __( 'Title', 'plugin-domain' ),
				'type' => ElementorControls_Manager::TEXT,
				'default' => __( 'Default title', 'plugin-domain' ),
				'placeholder' => __( 'Type your title here', 'plugin-domain' ),
			]
		);
        
 
PREVIOUS NEXT
Tagged: #elementor #text #control
ADD COMMENT
Topic
Name
1+9 =