Where can i find a list of hooks for vendors

When I have to look for an hook I usually refer to this link: Home | HivePress Hook Reference
Anyway there are missing hooks there, for example this one: ‘hivepress/v1/models/vendor/create’.
I’m using it but I don’t know where it comes from.
I would like to know in particular if there is a chance to hook vendors logout.

We tried to make hooks as versatile as possible, so they contain dynamic parts and may not be recognizable by default. The hook you mentioned is this one Action: hivepress/v1/models/{model_name}/{action_type} | HivePress Hook Reference (vendor is a model, and create is an action).

Please describe the required changes, there’s no logout hook in HivePress but there’s a WordPress-level one wp_logout | Hook | WordPress Developer Resources

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.