I have created a hook with priority one because I want it to run asap. Now I want this same hook to prevent all other hooks from running, is this possible, if so, how can I achieve that?
For example, normally hooks would run like this:
hook 1 -> hook 2 -> hook 3 -> hook 4 -> etc.
Now I want it like this:
hook 1 -> hook 2 -> hook 3 -> hook 4 -> etc.