perch_member_remove_tag()

Remove a tag from the currently logged-in member with the perch_member_remove_tag() function.

Requires

Parameters

Type Description
String Tag to remove

Usage examples

Remove the tag subscriber from the logged in member.

<?php perch_member_remove_tag('subscriber'); ?>