Hi there,
I would like to hide content displayed by a shortcode within a shortcode. Here is the example:
[emember_protected do_not_show_restricted_msg=1]
Welcome to the members area!
[wp_eStore_members_purchase_history_with_download]
[/emember_protected]
But it appears once logged in, the members purchase history with download doesn't initiate, instead it shows the shortcode. I could use the shortcode outside of the protected content, but I wish to not show the "You need to be logged in as a member to view the purchase history" message.
Is there a workaround for this?
Thanks!