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

Hook actionWatermark

Aliases:

  • watermark

Information

Watermark:

Hook locations:

  • front office

Hook type: action

Located in:

Parameters details

    <?php
    array(
      'id_image' => (int) Image ID,
      'id_product' => (int) Product ID
    );

Call of the Hook in the origin file

dispatchWithParameters(
            'actionWatermark',
            ['id_image' => $imageId->getValue(), 'id_product' => $productId]
        )