You appear to be a bot. Output may be restricted
Description
Usage
OIK_fields_groups_taxonomy::initialise_set();
Parameters
Returns
voidSource
File name: oik-fields/includes/class-oik-fields-groups-taxonomy.phpLines:
1 to 9 of 9
function initialise_set() { $this->terms = get_terms( $this->field ); //print_r( $this->terms ); foreach ( $this->terms as $term ) { $this->fields[ $term->term_id ] = 0; } }View on GitHub