Answers for "elemnentor select control"

0

elemnentor select control

$this->add_control(
			'border_style',
			[
				'label' => __( 'Border Style', 'plugin-domain' ),
				'type' => \Elementor\Controls_Manager::SELECT,
				'default' => 'solid',
				'options' => [
					'solid'  => __( 'Solid', 'plugin-domain' ),
					'dashed' => __( 'Dashed', 'plugin-domain' ),
					'dotted' => __( 'Dotted', 'plugin-domain' ),
					'double' => __( 'Double', 'plugin-domain' ),
					'none' => __( 'None', 'plugin-domain' ),
				],
			]
		);
Posted by: Guest on August-04-2021

Code answers related to "elemnentor select control"

Browse Popular Code Answers by Language