Taxonomies not showing in WP Dashboard Right Now widget
Moved from comment to answer: Inside your taxonomy registration code, ‘_builtin’ => true shouldn’t be set to true, that’s specifically for built in taxonomies only(you shouldn’t even be setting that arg) and also conflicts with your args array which specifically asks for a false value.