[wlss_display_to_members_in_all_levels]

Display the content to members who are associated with all levels specified in the “levels” parameter.

So any member who is associated with all the levels specified in the “levels” parameter will see the content in the shortcode, even if he is associated with other levels as well.

All levels in the “levels” parameter are associated with the member > Content is displayed

Quick Navigation

Usage

[wlss_display_to_members_in_all_levels levels="Level 1,,Level 2,,Level 3"]Your content here
[/wlss_display_to_members_in_all_levels]

Parameters

You can add the below parameters to the shortcode in order to configure it better to your own membership site’s structure:

Parameter Name Required / Optional Description
levels Required levels names separated with the delimiter ,,
admin_bypass Optional Always display content to admin user. Default is no. options: yes/no
delimiter Optional You can change the default delimiter ,, and use your own delimiter symbols

Examples

Example #1:

John, one of the members, is registered to the Silver, Gold & Platinum levels

When using this shortcode and parameters as seen below the content will be displayed to John:

[wlss_display_to_members_in_all_levels levels="Silver,,Gold"]Your content here
[/wlss_display_to_members_in_all_levels]

Example #2:

John, one of the members, is registered to the Gold, & Platinum levels

When using this shortcodes below the content will not be displayed to John:

[wlss_display_to_members_in_all_levels levels="Silver,, Gold"]Your content here
[/wlss_display_to_members_in_all_levels]