public static function default_properties()
 {
     return Upfront_Posts_PostsData::get_defaults();
 }
Ejemplo n.º 2
0
 public function handle_legacy_data($data, $type)
 {
     if ('Uposts' !== $type) {
         return $data;
     }
     return Upfront_Posts_PostsData::get_defaults();
 }