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

