I have installed the pro site plugin in my multisite. Also i have set the marketpress plugin should be enable only for a certain level(Premium).
In my blog index page i have written a code mp_list_product() which is the shortcode of marketpres. This code works fine for the users who are in premium level. But the same code is showing some error for the users who are in some other level.
So, i need to check the users current level of the pro site plugin. How can i get the pro level of the current user? Is there shortcodes available as provided in the marketpress plugin? or some other way to get the user level info of pro site plugin?