Hook actionEmailAddAfterContent

Informations

Add extra content after mail content This hook is called just after fetching mail template
Hook actionEmailAddAfterContent
Locations
FO
Type action
Origin core
Aliases

This hook has an $array_return parameter set to true (module output will be set by name in an array, see explaination here).

Located in

Origin File
core classes/Mail.php

Call of the Hook in the origin file

Hook::exec(
                'actionEmailAddAfterContent',
                [
                    'template' => $template,
                    'template_html' => &$templateHtml,
                    'template_txt' => &$templateTxt,
                    'id_lang' => (int) $idLang,
                ],
                null,
                true
            )