public function to get user level
-
How can I conditionally hide/show content based on a user level?
Basically
if user_level==2 show template_2 elsif user_level==3 show template_3I’d like to do this within my template file and not in WYSIWYG editor so I’d rather not use shortcodes.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘public function to get user level’ is closed to new replies.