Uzyskaj identyfikator taksonomii od ślimaka - WordPress
<?php
$term = get_term_by('slug', $slug, 'category');
$name = $term->name;
$id = $term->term_id;
?>
Adventurous Ant