args = array( 'text' => esc_html__( 'Social links icons', 'woodmart' ), 'icon' => WOODMART_ASSETS_IMAGES . '/header-builder/icons/hb-ico-social.svg', ); $this->vc_element = 'social_buttons'; parent::__construct(); $this->template_name = 'social'; } public function map() {} } }