Hi,
I’ve tried to write my own plugin and I’m stuck with hook when user validate profile with email link.
So what to use here?
I’ve tried wpmu_activate_user, but it calls function on every refresh. Or I have missunderstanding of how this whole thing works.
If I understand, hooks are like some events which listens for some “job” to react.