Tax Terms functions

tf_taxonomy.php:

  1. function tf_term_in($look,$terms)
  2. // is the $look term in the list of terms?
function tf_term_in($look,$terms)
// is the $look term in the list of terms?
  1. function tf_term_child($terms,$parent,$taxonomy
  2. // return the terms in the list with specific parent within taxonomy
  3. // ex: tf_term_child($terms,'training_type','product_cat')
  4. //
  5. // note: product_cat is the name of the woo product category taxonomy
  6.  
  7.  
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