W
by AndrewRMinion Design 1 (0 reviews)

WishList Member: Show All Levels

Provides a shortcode that outputs all levels a member is allowed to access.

WishList Member ranks #46,035 among WordPress.org plugins with 10+ active installations, is #658 of 1,741 in the User Management category, a 1/5 rating from 0 reviews, and was last updated May 26, 2016. Data from WordPress.org, refreshed twice daily — see methodology.

Tested up to WP 4.5 (Current: 7.1.2)
v1.5.2 Current Version v1.5.2
Updated 10 years ago Last Update on 26 May, 2016
Refreshed 10 hours ago Last Refreshed on
#658 of 1,741 in User Management Top 50% by installs No update in over a year
View on WordPress.org
Rank
#46,035
-94 this week
Active Installs
10+
No change
KW Avg Position
76
No change
Downloads
2K
+1 today
Support Resolved
0%
No change
Rating
20%
Review 1 out of 5
1 (0 reviews)

Next Milestone 20

Total Progress 10%
10+ 20+
44,014
Ranks to Climb
-
Growth Needed
8,000,000
Active Installs
Pro

Unlock Exact Install Count

See the precise estimated active installs for this plugin, calculated from real-time ranking data.

  • Exact install estimates within tiers
  • Track install growth over time
  • Milestone progress predictions
Upgrade to Pro
Need 9 more installs to reach 20+

Rank Changes

34,770 37,953 41,137 44,321 47,504 15-09-2026 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026
31,949 35,964 39,980 43,996 48,011 07-09-2026 08-09-2026 09-09-2026 10-09-2026 11-09-2026 12-09-2026 13-09-2026 14-09-2026 15-09-2026 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026
Current #46,035
Change
Best #

Upgrade to Pro

Unlock 30-day and 90-day rank history charts with a Pro subscription.

Upgrade Now

Active Installs Growth

Active Installs 0,000,000+
Growth +0.0%
Peak 0,000,000

Downloads Growth

0 10 15-09-2026 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026
0 10 07-09-2026 08-09-2026 09-09-2026 10-09-2026 11-09-2026 12-09-2026 13-09-2026 14-09-2026 15-09-2026 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026
Downloads
Growth
Peak

Upgrade to Pro

Unlock 30-day, 90-day, and yearly download history charts with a Pro subscription.

Upgrade Now

Reviews & Ratings

1.0
0 reviews
Overall 20%
5
0 (0%)
4
0 (0%)
3
0 (0%)
2
0 (0%)
1
0 (0%)

Frequently Asked Questions

Common questions about WishList Member: Show All Levels

Yes; use [wlm_all_authorized_levels group_by_level="true"] to group by pages by each level and (by default) show each level’s header.
Yes; use [wlm_all_authorized_levels show_header="false"] to hide the header of each level (only works with group_by_level).
Yes; get the IDs of those pages from the WordPress admin page and then add them to the shortcode separated by commas, like this: [wlm_all_authorized_levels pages_to_ignore="151,20"]. You can also use the wlm_authorized_pages_array filter to modify the array; see below for an example.
Yes, you can include specific pages using the pages_to_include attribute like this: [wlm_all_authorized_levels pages_to_include="151,20"]. You can also use the wlm_authorized_pages_array filter to modify the array: add_filter( 'wlm_authorized_pages_array', 'tweak_wlm_pages' ); function tweak_wlm_pages( $array ) { // add a page $array[] = $page_ID_to_add; // remove a page if ( $false !== ( $key = array_search( $page_ID_to_remove, $array ) ) ) { unset( $array[$key] ); } // return the modified array return $array; }
Not yet, but there are filters for every part of the output; here’s a list of the available filters: wlm_authorized_post_types: array of post types included in the WP_Query; defaults to array( 'page' ) wlm_all_levels_container_open: wraps everything; defaults to <div class="wishlist-member-levels"> wlm_all_levels_container_close: defaults to </div> wlm_all_levels_level_wrapper_open: wraps the entire list of items; defaults to <ul> wlm_all_levels_level_wrapper_close: defaults to </ul> wlm_all_levels_item_wrapper_open: wraps each item; defaults to <li (no closing bracket) wlm_all_levels_item_wrapper_close: defaults to </li> wlm_all_levels_item_wrapper_class: defaults to empty; space-separated list of classes to add to each item wlm_all_levels_item_link: defalts to <a href="' . get_permalink() . '">' . get_the_title() . '</a>; the post ID is available as a parameter to your callback function wlm_no_authorized_levels_message: defaults to <p>Sorry, you are not authorized to access any content. Please <a href="' . admin_url() . '">log in</a>, check your subscription status, or contact us for more information.</p>; shown when a user is not authorized for any WishList levels wlm_no_authorized_content_message: defaults to <p>Sorry, you are not authorized to access any content. Please <a href="' . admin_url() . '">log in</a>, check your subscription status, or contact us for more information.</p>; shown when there are no pages available

Sign In / Register

You need to sign in or register to use this feature.