tf_taxonomy.php:
- function tf_term_in($look,$terms)
- // is the $look term in the list of terms?
function tf_term_in($look,$terms) // is the $look term in the list of terms?
- function tf_term_child($terms,$parent,$taxonomy
- // return the terms in the list with specific parent within taxonomy
- // ex: tf_term_child($terms,'training_type','product_cat')
- //
- // note: product_cat is the name of the woo product category taxonomy
function tf_term_child($terms,$parent,$taxonomy // return the terms in the list with specific parent within taxonomy // ex: tf_term_child($terms,'training_type','product_cat') // // note: product_cat is the name of the woo product category taxonomy


