SHOW THE MENU OPTION IF THE USER IS LOGGED IN:

is_user_logged_in()

 

SHOW THE MENU OPTION IF THE USER IS LOGGED OUT:

! is_user_logged_in()

 

SHOW THE MENU OPTION IF THE USER IS HAS TAGS 123 OR 345:

 i4w_has_tag(‘123,345’)

 

IF YOU HAVE TAGS 123 OR 345, DON’T SHOW THIS MENU OPTION

 

   !i4w_has_tag(‘123,345’)

 

or a combination of both:

 

   i4w_has_tag(‘123’) && !i4w_has_tag(‘345’)