Lullabies
50,00 kr.
På lager
Forlagets omtale:
Various Artists
function kun_danske_boger_og_born($where, $wp_query) { global $wpdb; $root_term_id = 7243; // ← term_id for "Danske bøger" $descendants = get_terms(array( 'taxonomy' => 'product_cat', 'child_of' => $root_term_id, 'hide_empty' => false, 'fields' => 'ids' )); $term_ids = array_merge(array($root_term_id), $descendants); $term_ids_str = implode(',', array_map('intval', $term_ids)); $where .= " AND {$wpdb->posts}.ID IN ( SELECT object_id FROM {$wpdb->term_relationships} WHERE term_taxonomy_id IN ( SELECT term_taxonomy_id FROM {$wpdb->term_taxonomy} WHERE term_id IN ($term_ids_str) ) )"; return $where; }
50,00 kr.
På lager
Forlagets omtale:
Various Artists