• Resolved k00l

    (@k00l)


    Hi guys,

    I’m trying to retrieve the terms of a taxonomy by using the data argument like this:

    ...
    'data' => 'terms',
    'args' => array(
       'taxonomies' => array( 'property-status' ),
       'hide_empty' => false
    ),
    ...

    The problem is that all terms from all taxonomies are returned, instead of just the terms of the taxonomy property-status.

    Note that this happening on Redux version 4.1.23 but it is working fine on Redux 3.6.18.

    Best regards.

Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Bug on retrieving the terms in a given taxonomy’ is closed to new replies.