Wordpress - Custom Post Types and Taxonomies
Given this code snippet, what will be the output?
$term = get_term_by('slug', 'fiction', 'genre');
echo $term->term_id;
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions