apply_filters( 'bp_email_set_tokens', string[] $formatted_tokens, string[] $tokens, BP_Email $this )

Filters the new value of the email’s “tokens” property.

Description

Parameters

$formatted_tokens

(string[]) Associative pairing of token names (key) and replacement values (value).

$tokens

(string[]) Associative pairing of unformatted token names (key) and replacement values (value).

$this

(BP_Email) Current instance of the email type class.

Source

File: bp-core/classes/class-bp-email.php

Changelog

Changelog
Version Description
BuddyPress 2.5.0 Introduced.

Questions?

We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.