Your own translations, so you can easilly internationalize your templates!
custom_translation gives you an STE tag called <ste:custom_translation />
to include translations to your plugin and a plugin page in the backend where you can set your translations.
<ste:custom_translation />
is a self-closing tag and uses these parameters:
Parameter | Description |
---|---|
for |
The translation key to lookup. |
raw |
If not empty, it will return the raw translation, otherwise it will be already HTML escaped. |