Skip to content

Instantly share code, notes, and snippets.

@zorem
Created September 30, 2022 09:17
Show Gist options
  • Save zorem/88d36f1e118b14a74547942723ede3d9 to your computer and use it in GitHub Desktop.
Save zorem/88d36f1e118b14a74547942723ede3d9 to your computer and use it in GitHub Desktop.
Filter for change the charsets type from text to unicode
add_filter( 'smswoo_additional_charsets', 'additional_charsets_for_vonage' );
function additional_charsets_for_vonage() {
return 'unicode';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment