Implement the Hook system added in MediaWiki 1.35 in the extensions, see Hooks.md for documentation.
- Use hook handlers for core hooks
- Use hook handlers for Echo hooks (T315938)
- Use hook handlers for BetaFeatures hooks
- Use of hook handlers for own hooks (not good practice, avoid this and call own code without hook handlers)