Skip to content

Instantly share code, notes, and snippets.

@champsupertramp
Created May 12, 2021 06:27
Show Gist options
  • Save champsupertramp/47cb7bd690205198f038c1f2cfb46599 to your computer and use it in GitHub Desktop.
Save champsupertramp/47cb7bd690205198f038c1f2cfb46599 to your computer and use it in GitHub Desktop.
Site language custom field
function um_051221_site_locale(){
$arr = [
"en" => "English (United States)",
'cs_CZ' => "Čeština",
'es_AR' => "Español de Argentina",
];
return $arr;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment