PrestaShop Developer Conference
PrestaShop Developer Conference
Hybrid format! Paris, France & Online - November 19, 2025
Let's talk code, commerce and open source.

Hook actionAttributeSave

Informations

Saving an attributes features value This hook is called while saving an attributes features value
Hook actionAttributeSave
Locations
FO
Type action
Origin core
Aliases [afterSaveAttribute]
Description This hook is called while saving an attributes features value

Located in

Origin File
core classes/ProductAttribute.php

Call of the Hook in the origin file

Hook::exec('actionAttributeSave', ['id_attribute' => $this->id])