Which is the best hook to add a custom reputation event?
I have currently added a custom reputation event using the ap_register_reputation_event() function.
Right now I have called the above function in the ‘init’ hook. callback for the hook is placed in my plugin.
Is it fine or is there any better hook where I can register the custom reputation event?