Get tid

$storyVid = <vid of the taxonomy you want to match the term to>
$storyTerms = taxonomy_get_term_by_name($termName);
foreach ($storyTerms as $storyTerm) {
  if ( $storyTerm->vid != $storyVid ) {
    $storyTid = $storyTerm->tid;
  }
}

Recent Updates

  • 1 year 12 months ago
  • 1 year 12 months ago
  • 1 year 12 months ago
    php 8.x
  • 2 years 10 hours ago
    10.6.7
  • 2 years 1 day ago
    Drop Centos 5/6 stuff