Tag Removed
The tag removed benchmark can be used to trigger actions whenever a tag is removed from a contact.
It can be triggered by removing a tag to from contact record manually, or by removing a tag through funnel builder actions.
For developers
Any area which uses the remover_tag method will cause the benchmark to trigger properly.
$contact = new WPGH_Contact( 1 ); $contact->remove_tag( [ 'my-tag' ] );

