| 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. |
| Origin | File |
|---|---|
| core | classes/controller/FrontController.php |
Hook::exec('actionOutput' . $this->getControllerName() . 'HTMLBefore', ['html' => &$html]);