Hook notification

Dear all

I want to try develop a plugin. But I don’t how to get hook list. I use ojs 3.2.0.14

For example

I want to develop certificates reviewer (reviewer thank) sending automatically when I press thank reviewer button.

What a hook for
Request revision
Decline submission
Accept submission
Send to copyediting
Send to production

Thanks you

I don’t know what hooks to use, but maybe this advice from the ojs 3.3 docs will help you. Search the code for the phrase

HookRegistry::call

this should find all existing hooks.