Hook actionAdminShippingPreferencesControllerPostProcessBefore
On post-process in Admin Improve Shipping Preferences Controller
This hook is called on Admin Improve Shipping Preferences post-process before processing any form
| Hook |
actionAdminShippingPreferencesControllerPostProcessBefore |
| Locations |
BO |
| Type |
action |
| Origin |
core |
| Aliases |
|
| Description |
This hook is called on Admin Improve Shipping Preferences post-process before processing any form |
Located in
Call of the Hook in the origin file
$this->dispatchHookWithParameters(
'actionAdminShippingPreferencesControllerPostProcessBefore',
['controller' => $this]
);