Conditional Content Display

This shortcode restricts the visibility of content between the opening and closing tags of the shortcode. Optional parameters offer the possibility to define users with minimum requirements who will be able to see the content.

[profilegrid_show gid="x"][/profilegrid_show]

Simple example

[profilegrid_show min_blog="10" gid="2,3,4" min_wc_spent="200" min_edd_spent="100"][/profilegrid_show]

gid is the Group ID and its required parameter.

min_blog is the Minimum number of blog posts and it's optional.

min_wc_spent is the Minimum WooCommerce amount spent and it's optional.

min_edd_spent is the Minimum Easy Digital Downloads Spent and it's optional.

The shortcode is available with the core plugin.