Shortcode for hiding contents
-
I am trying to make a short code for hiding certain contents that can be seen only by certain users or registered users. I am using Advanced Access Manager,
<!– filter|unknown begin–>
Contents here.
<!– filter|unknown end–>I just want to modify begin, end starting and closing tags to something like:
[members]
Contents here.
[/members]how to do this?
The topic ‘Shortcode for hiding contents’ is closed to new replies.