コード例 #1
0
 public static function default_properties()
 {
     return Upfront_Posts_PostsData::get_defaults();
 }
コード例 #2
0
ファイル: loader.php プロジェクト: sedici/wpmu-istec
 public function handle_legacy_data($data, $type)
 {
     if ('Uposts' !== $type) {
         return $data;
     }
     return Upfront_Posts_PostsData::get_defaults();
 }