Forums
(@antheaancalade)
4 years, 5 months ago
Hi there this worked for me. thought i should share
current_user_can(‘rolename’)
or for multiple
current_user_can(‘rolename’) || current_user_can(‘rolename’) || current_user_can(‘rolename’)
4 years, 8 months ago
great thank you!