---
title: "Breaking: #97174 - Removed hook for modifying info module footer content"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:breaking-97174"
source: "Changelog/12.0/Breaking-97174-RemovedHookForModifyingInfoModuleFooterContent.rst"
typo3-version: "12.0"
typo3-major: 12
type: "breaking"
issue: 97174
forge: "https://forge.typo3.org/issues/97174"
tags: ["Backend", "PHP-API", "FullyScanned", "ext:info"]
rendered: "2026-09-24T21:45:06+00:00"
---

# Breaking: #97174 - Removed hook for modifying info module footer content {#breaking-97174}

See [forge#97174](https://forge.typo3.org/issues/97174)

## Description {#description}

The hook `$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['cms/web_info/class.tx_cms_webinfo.php']['drawFooterHook']`
has been removed in favor of a new PSR-14 event `\TYPO3\CMS\Info\Controller\Event\ModifyInfoModuleContentEvent`.

## Impact {#impact}

Any hook implementation registered is not executed anymore in
TYPO3 v12.0+. The extension scanner will report possible usages.

## Affected Installations {#affected-installations}

All TYPO3 installations using this hook in custom extension code.

## Migration {#migration}

The hook is removed without deprecation in order to allow extensions
to work with TYPO3 v11 (using the hook) and v12+ (using the new event).

Use the [PSR-14 event](https://docs.typo3.org/permalink/changelog:feature-97174)
as an improved replacement.
