calling wppb_add_meta_to_user_on_activation twice in wppb_activate_signup()
-
Hi
just reading the code and it looks like you are calling
you have wppb_add_meta_to_user_on_activation in line 77 wp-content/plugins/profile-builder/front-end/register.php
and then call
do_action( 'wppb_activate_user', $user_id, $password, $meta );
which hooks it as well in wp-content/plugins/profile-builder/features/email-confirmation/email-confirmation.php ln 143// Hook to add AP user meta after signup autentification add_action( 'wpmu_activate_user', 'wppb_add_meta_to_user_on_activation', 10, 3 );
Have I got this wrong?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘calling wppb_add_meta_to_user_on_activation twice in wppb_activate_signup()’ is closed to new replies.