Function Hook_translation_bing_translator->get_translation_credit
Definitions
sources/hooks/systems/translation/bing_translator.php
- Get HTML to provide credit to the translation backend, as appropriate.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: string
Returns
- Credit HTML
- Type: string
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Get HTML to provide credit to the translation backend, as appropriate.
*
* @return string Credit HTML
*/
public function get_translation_credit() : string
* Get HTML to provide credit to the translation backend, as appropriate.
*
* @return string Credit HTML
*/
public function get_translation_credit() : string

