From 793b34e0a1a20bb41f843ddcdba95f7761495bd5 Mon Sep 17 00:00:00 2001 From: Champ Camba Date: Sat, 17 Dec 2016 21:53:53 +0800 Subject: [PATCH] Add `user_register` action hook --- core/um-actions-register.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/um-actions-register.php b/core/um-actions-register.php index 858c7769..af904bb8 100644 --- a/core/um-actions-register.php +++ b/core/um-actions-register.php @@ -152,6 +152,8 @@ do_action('um_post_registration', $user_id, $args); + do_action('user_register', $user_id ); + } /***