You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/includes/_webhooks.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,9 @@
2
2
3
3
WooCommerce Memberships extends WooCommerce with custom webhooks that are triggered when changes occur to User Memberships or Membership Plan objects.
4
4
5
-
## User Memberships
5
+
## Membership Plan WebHooks
6
6
7
-
Each of the following webhooks will send a corresponding [user membership object](/#the-user-membership) as payload.
7
+
Each of the following webhooks will send a corresponding [user membership object](/woocommerce-memberships-rest-api-docs#the-user-membership) as payload.
`user_membership.transferred` | Triggered when a user membership is transferred from a user to another (the user owner of the membership has changed).
14
14
`user_membership.created` | Triggered when a user membership has been permanently deleted.
15
15
16
-
## Membership Plans
16
+
## Membership Plan WebHooks
17
17
18
-
Each of the following webhooks will send a corresponding [membership plan object](/#the-membership-plan) as payload.
18
+
Each of the following webhooks will send a corresponding [membership plan object](/woocommerce-memberships-rest-api-docs#the-membership-plan) as payload.
0 commit comments