Docs

evf_string_translation( int $form_id, string $field_id, mixed $value, string $suffix = '' ): mixed

String translation function.

Parameters

$form_idintrequired
Form ID.
$field_idstringrequired
Field ID.
$valuemixedrequired
The string that needs to be translated.
$suffixstringoptional
The suffix to make the field have unique naem.

Default:''

Return

mixed The translated string.

Changelog

VersionDescription
1.4.9Introduced.