* @copyright Since 2007 PrestaShop SA and Contributors * @license https://opensource.org/licenses/AFL-3.0 Academic Free License version 3.0 */ /** * @param Ps_facebook $module * * @return bool */ function upgrade_module_1_7_0($module) { $module->unregisterHook('actionSubmitAccountBefore'); $module->unregisterHook('displayPersonalInformationTop'); return true; }