Tuesday, April 30, 2013

Prestashop hook before header

If you are looking for a hook which comes before any controller is dispatched,
use $this->registerHook('actionDispatcher')

function hookActionDispatcher() {
...
}

No comments: