perch_member_has_tag()

Check if a member has a specific tag with the perch_member_has_tag() function.

Requires

Parameters

Type Description
String Tag to check

Usage examples

Check to see if the logged in member has the tab subscriber.

if (perch_member_has_tag('subscriber')) {
     ...
}