Function __global->get_translation_credit

Definitions

sources/translation.php

  • Get HTML to provide credit to the translation backend, as appropriate.
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: string

Parameters

Name Type Default Set Range Description
$from ?LANGUAGE_NAME Null N/A N/A Source language (null: do not consider)
$to ?LANGUAGE_NAME Null N/A N/A Destination language (null: do not consider)
$hook ?string Null N/A N/A Specific hook to use (null: first that'll do it)

Return

  • Credit HTML
  • Type: string
  • Set: N/A
  • Range: N/A