Hook on registration
-
Hello. I have a bonus system plugin. It awards points for registration using the hook add_action(
‘user_register’, ‘addPoints’ );
But when registering through your plugin, points are not awarded. Apparently, when registering through your plugin, the hook “user_register” does not work. Maybe you have your own hook to add points to my users?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.