args = array( 'text' => esc_html__( 'Text with icon', 'woodmart' ), 'icon' => WOODMART_ASSETS_IMAGES . '/header-builder/icons/hb-ico-infobox.svg', ); $this->vc_element = 'woodmart_info_box'; parent::__construct(); $this->template_name = 'info-box'; } public function map() { } } }