Hi elisa ,
Thanks for your post.
Please note that this is the official ATUM support forum. We don't provide custom coding support.
Anyway, a few quick hints:
- We use the official WordPress EventManager for javascript. You can read here the docs.
- The easiest way to access, modify, remove, and generally manage hooks is using the wp JS global variable. For example, to add an action, you can use:
wp.hooks.addAction()
Hope this helps,
José Andrés