How to get meta user data on user_register hook
-
I am trying to send meta user data with the approval email from the New User Approve plugin. I am using this plugin with Woo-commerce.
I have tried to get data using get_userdata( $user_id ) and get_user_meta($user_id) in request_admin_approval_email_2() of New User Approve plugins.
Can somebody point me in the right direction?
Any link or idea is appreciated.
Thanks
- The topic ‘How to get meta user data on user_register hook’ is closed to new replies.