Thread Starter
k00l
(@k00l)
Finally found the solution. It was as simple as changing taxonomies to taxonomy. So, the following code works on Redux 4.1.23 (in case someone has the same issue):
...
'data' => 'terms',
'args' => array(
'taxonomy' => array( 'property-status' ),
'hide_empty' => false
),
...
Best regards.
-
This reply was modified 5 years, 6 months ago by k00l.
Thread Starter
k00l
(@k00l)
I’ve been digging for some days, and the only solution I found was to rollback to Redux 3.6.18.
In fact, it doesn’t seem you’re doing anything special in there. I’ll keep on searching for a solution…
Also, in the topic https://ww.wp.xz.cn/support/topic/select-field-sortable-ajax-bugs/ the second problem reported seems to be anyway related.