args = array_merge( array( 'taxonomy' => 'category', ), $this->args ); $this->terms = get_terms( $this->args['taxonomy'], $this->args ); $this->default_value = (array) $this->default_value; } }