Shortcodes
Here is a list of all shortcodes available in WooVIP
Membership Shortcodes
Use these shortcodes to display or hide various information to your members
Display Shortcode
Use this shortcode inside your pages and posts to display content only to members.
[[woovip_content lounges='lounge_name']] Your Content [[/woovip_content]]
Attribute | Description |
---|---|
lounges | The memberships for which you want to display the content (comma separated). You can find this value in WooVIP → Memberships, in the Shortcode Attribute column. |
Teaser Shortcode
Use this shortcode inside your pages and posts to display content to visitors that aren’t members.
[[woovip_teaser lounges='lounge_name']] Your Content [[/woovip_teaser]]
Attribute | Description |
---|---|
lounges | Memberships (comma separated). Only users who aren’t members of these memberships will see this content. You can find this value in WooVIP → Memberships, in the Shortcode Attribute column. |
Members Shortcodes
Use these shortcodes to display information to your members about their membership.
Membership Name
Use this shortcode inside your pages to display the membership name to your customers.
[[wv_member_info_name lounge='lounge_name']]
Attribute | Description |
---|---|
lounge |
Membership for which to display the information. You can find this value in WooVIP → Memberships, in the Shortcode Attribute column.
|
Membership Start Date
Displays the date at which the user’s membership started.
[[wv_member_info_start lounge='lounge_name']]
Attribute | Description |
---|---|
lounge |
Membership for which to display the information. You can find this value in WooVIP → Memberships, in the Shortcode Attribute column.
|
Membership End Date
Displays the date at which the user’s membership will end. Will display nothing if the membership never ends.
[[wv_member_info_end lounge='lounge_name']]
Attribute | Description |
---|---|
lounge |
Membership for which to display the information. You can find this value in WooVIP → Memberships, in the Shortcode Attribute column.
|
Membership Remaining Days
Displays the number of days remaining before the membership ends.
[[wv_member_info_remaining lounge='lounge_name']]
Attribute | Description |
---|---|
lounge |
Membership for which to display the information. You can find this value in WooVIP → Memberships, in the Shortcode Attribute column.
|