Allow hooking before the user authentication process when setting up new user.
do_action( 'pmpro_checkout_before_user_auth', $user_id ); |
Parameters
- $user_id
- int; The user ID that is being setting up.
Source
File: https://github.com/strangerstudios/paid-memberships-pro/blob/master/preheaders/checkout.php
View in Source Code