Hook actionOutput<Controller>HTMLBefore

Informations

Hook actionOutput<Controller>HTMLBefore
Locations
FO
Type action
Origin core
Aliases
Description This hook is called just before Smarty output the HTML Content of the page. You can edit the HTML passed by reference.

Located in

Origin File
core classes/controller/FrontController.php

Call of the Hook in the origin file

Hook::exec('actionOutput' . $this->getControllerName() . 'HTMLBefore', ['html' => &$html]);