Hook actionAdminProductsListingResultsModifier

Information

Hook locations:

  • back office

Hook type: action

Located in:

Parameters details

    <?php
    array(
      '_ps_version' => (string) PrestaShop version,
      'products' => &(PDOStatement),
      'total' => (int),
    );

Call of the Hook in the origin file

Hook::exec('actionAdminProductsListingResultsModifier', [
            '_ps_version' => AppKernel::VERSION,
            'products' => &$products,
            'total' => $total,
        ])