Ver a proveniência

Add groups taxonomy to JSON download. Close #1

master
Adrian Short há 9 anos
ascendente
cometimento
bd01603e9e
1 ficheiros alterados com 1 adições e 0 eliminações
  1. +1
    -0
      includes/sites.php

+ 1
- 0
includes/sites.php Ver ficheiro

@@ -39,6 +39,7 @@ if ( $query->have_posts() ) :
'country' => get_the_terms( get_the_ID(), 'countries' ),
'council' => get_the_terms( get_the_ID(), 'councils' ),
'platform' => get_the_terms( get_the_ID(), 'platforms' ),
'group' => get_the_terms( get_the_ID(), 'groups' )
);

$sites[]= $row;


Carregando…
Cancelar
Guardar