Deprecation: #95343 - Legacy hook for new content element wizard
See forge#95343
Description
The hook $GLOBALS
which has been used primarily back in TYPO3 v4.x times with the extension
kickstarter for pi-based plugins has been marked as deprecated.
Impact
When an extension is registering a hook, and the
Create new content element wizard is called, a PHP E_
error is triggered.
Affected installations
TYPO3 installations with third-party extensions using this hook.
Migration
The alternative hook
$GLOBALS
can be used instead, which allows to modify and add wizard items
as well.