esc_html__( 'Select Class Category', 'edufication' ),
'option_none_value' => '',
'hide_empty' => 0,
'selected' => 1,
'hierarchical' => 1,
'name' => $taxonomy,
'class' => '',
'taxonomy' => $taxonomy,
'selected' => get_query_var( 'term' ),
'value_field' => 'slug'
);
wp_dropdown_categories( $args, $taxonomy ); ?>
'down' ) ); ?>