/**
  * Get settings data for default templates
  *
  * @return array|mixed|void
  */
 protected function get()
 {
     require_once vc_path_dir('SETTINGS_DIR', 'class-vc-settings.php');
     return ($value = Vc_Settings::get($this->key)) ? $value : array();
 }