PrestaShop Developer Conference
PrestaShop Developer Conference
November 6, 2024
Let's talk code, commerce and open source.

Hook gSitemapAppendUrls

Informations

Hook gSitemapAppendUrls
Locations
FO
Type
Origin core
Aliases

This hook has an $array_return parameter set to true (module output will be set by name in an array, see explaination here).

Located in

Origin File
core modules/gsitemap/gsitemap.php

Call of the Hook in the origin file

Hook::exec(self::HOOK_ADD_URLS, array(
            'lang' => $lang,
        ), null, true)