Skip to content

Commit

Permalink
fixing hubspot integration
Browse files Browse the repository at this point in the history
  • Loading branch information
iruzevic committed Nov 24, 2022
1 parent 43b6c57 commit 42e425e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Settings/SettingsHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ public function getOptionValueGroup(string $key): array
return [];
}

return \unserialize($value); // phpcs:ignore WordPress.PHP.DiscouragedPHPFunctions.serialize_unserialize
return $value;
}

/**
Expand Down

0 comments on commit 42e425e

Please sign in to comment.