소스 검색

:recycle: another check for api change return

tags/1.0.1^2^2
J 3 년 전
부모
커밋
3bf11eb97e
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      plugins/cia-endpoints/includes/reformat-blocks.php

+ 1
- 0
plugins/cia-endpoints/includes/reformat-blocks.php 파일 보기

@@ -9,6 +9,7 @@
9 9
                         $inner_id = $inner[attrs][id];
10 10
                         array_push($gallery_imgs_ids, $inner_id);
11 11
                     }
12
+                    $block[attrs]['zzz'] = $gallery_imgs_ids;
12 13
                     $block[attrs][ids] = $gallery_imgs_ids;
13 14
                 } 
14 15
                 array_push($parsed_blocks, $block[attrs]);

Loading…
취소
저장