Hook actionFrontControllerDetectContextCountryAfter

Informations

Action after detecting context country Allows modules to modify the context country after it has been detected via geolocation.
Hook actionFrontControllerDetectContextCountryAfter
Locations
FO
Type action
Origin core
Aliases
Description Allows modules to modify the context country after it has been detected via geolocation.

Located in

Origin File
core classes/controller/FrontController.php

Call of the Hook in the origin file

Hook::exec(
            'actionFrontControllerDetectContextCountryAfter',
            [
                'controller' => $this,
            ]
        );