You appear to be a bot. Output may be restricted
Description
Usage
OIK_fields_groups_taxonomy::count_values();
Parameters
Returns
voidSource
File name: oik-fields/includes/class-oik-fields-groups-taxonomy.phpLines:
1 to 7 of 7
function count_values() { foreach ( $this->field_values as $key => $term ) { $this->field_value = $term->term_id; $this->count_value(); } }View on GitHub