's scope, do you have any recommendations on a way to achieve this same functionality? Or should we just stick with a pipeline interceptor in this case?
Michael Waitt
07/25/2022, 6:18 PM
We did successfully create a custom
Hook
that basically does what this interceptor does. But this didn't feel quite right, as the hook ends up doing the plugin's heavy lifting.
a
Aleksei Tirman [JB]
07/26/2022, 7:45 AM
I think itโs OK to write a hook when you need low-level control over the execution.