Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Lesson Tax

// WP_Term_Query arguments
$args = array(
	'taxonomy'               => array( 'lesson_tags' ),
	'slug'                   => array( 'animation' ),
);

// The Term Query
$term_query = new WP_Term_Query( $args );