Add user_meta to import hook
-
Can you please add $usermeta to the user import hook so that we can run custom functionality on a per user level? The $user_id isn’t enough data to work with.
Line 444:
/* Hook to allow other plugins to run functionality post import */
do_action( ‘is_iu_post_user_import’, $user_id, $usermeta );Or even:
do_action( ‘is_iu_post_user_import’, $user_id, $userdata, $usermeta);
I think previously forked versions of this plugin had this extra parameter. Thanks!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Add user_meta to import hook’ is closed to new replies.