Skip to content

Commit

Permalink
fix: vendor biography formatting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviranik committed Nov 27, 2020
1 parent 9c36f3e commit aaa6f98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/Vendor/Vendor.php
Original file line number Diff line number Diff line change
Expand Up @@ -1183,7 +1183,7 @@ public function get_meta( $key, $single = false ) {
* @return void
*/
public function update_meta( $key, $value ) {
update_user_meta( $this->get_id(), $key, wc_clean( $value ) );
update_user_meta( $this->get_id(), $key, $value );
}

/**
Expand Down

0 comments on commit aaa6f98

Please sign in to comment.