apply_filters( "bp_email_get_{$property_name}", mixed $property_value, string $property_name, string $transform, BP_Email $this )

Filters the value of the specified email property before transformation.

Description

This is a dynamic filter dependent on the specified key.

Parameters

$property_value

Property value.

$property_name

$transform

How to transform the return value. Accepts 'raw' (default) or 'replace-tokens'.

$this

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.