Hooks in both WordPress and Drupal 8 are mechanisms for developers to extend and modify the functionality of the core software or themes/modules without modifying the original code directly. However, their implementation differs between the two platforms.
WordPress Hooks:
In WordPress, hooks are actions and filters.