public function save_meta( $term_id, $term, $update = false ) {
            if ( ! $this->can_save_meta( $term_id, $term ) ) {
                return;
            }