* @copyright Since 2007 PrestaShop SA and Contributors * @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0) * International Registered Trademark & Property of PrestaShop SA */ if (!defined('_PS_VERSION_')) { exit; } /** * @param Ps_Googleanalytics $object */ function upgrade_module_4_2_0($object) { return Configuration::updateValue('GA_V4_ENABLED', false) && $object->unregisterHook('displayHome') && $object->registerHook('displayBeforeBodyClosingTag'); }