Просмотр исходного кода

:recycle: turned-on related posts in api

tags/0.9.0
j 5 лет назад
Родитель
Сommit
3032a6f536
1 измененных файлов: 1 добавлений и 1 удалений
  1. 1
    1
      plugins/cia-endpoints/includes/class.make-endpoint.php

+ 1
- 1
plugins/cia-endpoints/includes/class.make-endpoint.php Просмотреть файл

@@ -113,7 +113,7 @@ class Make_Endpoint_For extends WP_REST_Controller {
113 113
             // For your hero URL
114 114
             $filtered[hero] = get_post_meta( $item->ID, 'hero_header', true );
115 115
 
116
-            // $filtered[relatedto] = p2p_related_to( $item->ID, $item->post_type );
116
+            $filtered[relatedto] = p2p_related_to( $item->ID, $item->post_type );
117 117
             
118 118
             $collection[$item->ID] = $filtered;
119 119
         }

Загрузка…
Отмена
Сохранить