PrestaShop Developer Conference
PrestaShop Developer Conference
Paris, France - November 30, 2023
Let's talk code, commerce and open source.

Hook displayFeatureValuePostProcess

Aliases:

  • postProcessFeatureValue

Information

On post-process in admin feature value:

This hook is called on post-process in admin feature value

Hook locations:

  • back office

Hook type: display

Located in:

Call of the Hook in the origin file

Hook::exec(
                'displayFeatureValuePostProcess',
                ['errors' => &$this->errors]
            )