Skip to content

Instantly share code, notes, and snippets.

View dirtyarteaga's full-sized avatar
💭
https://github.com/npm/cli/releases/latest

Dirty_Alpha69 dirtyarteaga

💭
https://github.com/npm/cli/releases/latest
View GitHub Profile
<?php
if($wp_query->queried_object->parent == 0) :
$term_id = $wp_query->queried_object->term_id;
$taxonomy_name = $wp_query->queried_object->taxonomy;
$termchildren = get_term_children( $term_id, $taxonomy_name );
foreach ( $termchildren as $child ) :
$taxs[] = $child;
endforeach;