Membership

The Membership HAPI component will pull data related to memberships from the Control Panel

Membership has 2 main use cases:

  1. list - this provides the data of all membership types from the Control Panel and can be used to re-build the Membership out-of-the-box page

  2. membershipcard - this provides data on membership data for the specific member viewing the page

<div data-pv-component="membership" data-pv-type="list" data-pv-object="abc">
    // Some code
</div>

The code above has data-pv-object so you will be able to see all data pulled by typing "abc" into the developer console.

Last updated