umm_stripe_status_pause
Triggers when the subscriptions has been pause
Since 1.0.0do_action( 'umm_stripe_status_pause', $um_user_id, $role_pause )
Parameters
$um_user_id integer
the user ID.
$role_pause string
the user Role.
Sample Usage
add_action( 'umm_stripe_status_pause', 'um_04172024_stripe_status_pause', 10, 2 );
function um_04172024_stripe_status_pause( $um_user_id, $role_pause ){
// do something
}
Related Snippets
Nothing was found