Hook actionNotFound

Informations

Action when a page is not found Allows modules to react when a page is not found - log it, redirect or perform other actions.
Hook actionNotFound
Locations
FO
Type action
Origin core
Aliases
Description Allows modules to react when a page is not found - log it, redirect or perform other actions.

Located in

Origin File
core controllers/front/PageNotFoundController.php
core controllers/front/ProductController.php
core controllers/front/listing/CategoryController.php

Call of the Hook in the origin file

Hook::exec('actionNotFound');