Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

elementor icon controls

$this->add_control(
			'icon',
			[
				'label' => __( 'Icon', 'text-domain' ),
				'type' => ElementorControls_Manager::ICONS,
				'default' => [
					'value' => 'fas fa-star',
					'library' => 'solid',
				],
			]
		);
 
PREVIOUS NEXT
Tagged: #elementor #icon #controls
ADD COMMENT
Topic
Name
5+4 =