vocabulary

Batch processing the insert of vocabulary terms.

  1. foreach ($filesArray as $fileName) {    
  2.         //This opens up the file
  3.                 $xml = file_get_contents($dirLoc . $fileName);
  4.         //This creates the simple xml object   

Argument handler for terms restricted to vocabulary

  1. function taxonomy_combination_views_arguments()
  2. {
  3.   $arguments = array();
  4.   foreach (taxonomy_get_vocabularies() as $vocabulary) {
  5.     if($vocabulary->taxonomy_combination_show)
  6.     {
Syndicate content