So I guess it's on purpose that `(hook 'somewhere)` doesn't do anything until you define a hook for that place yourself, e.g.:
(defhook somewhere () (pr "Hello from somewhere"))