__()
Translates a string.
Usage: __(string $message, array $placeholders = []); __("Hello, {0}!", ['John']); __("Your order {0} is {1}.", ['#1234', 'processing']);