private function prepare_informations()
 {
     $setting = new Types_Setting_Preset_Information_Table();
     if (!$setting->get_value('show-on-field-group')) {
         return false;
     }
     $information = new Types_Information_Controller();
     $information->prepare();
 }
 private function prepare_informations()
 {
     $information = new Types_Information_Controller();
     $information->prepare();
 }