Skip to content

Commit 8683c0a

Browse files
committed
jquery.org: Send WordPress user id when a member signs up.
1 parent 8c852f3 commit 8683c0a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mu-plugins/jquery.org/stripe.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ public static function charge() {
112112
}
113113

114114
$mailBody = "$name ($email) has signed up for $plan.\n";
115+
$mailBody .= "WordPress user id: $user_id\n";
115116
if ( !empty( $coupon ) ) {
116117
$mailBody .= "coupon: $coupon\n";
117118
}

0 commit comments

Comments
 (0)