__()
__(string $singular, array $args) : string|null
Returns a translated string if one is found; Otherwise, the submitted message.
Parameters
string | $singular | Text to translate. |
array | $args | Array with arguments or multiple arguments in function. |
Returns
string|null —The translated text, or null if invalid.