10/06/2014 at 9:41 am
#306139
Keymaster
@ Fabrice
Sorry, right now this is not possible unless you use unsupported, still under development code.
To call the raw data you would use this:
// Grab an instance of the Connections object.
$instance = Connections_Directory();
$terms = $instance->term->get( array( 'child_of' => 3 ) );
$terms
will contain an array of the children of category ID 3 which you can loop thru and output.
Hope that helps!