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 Description

This is a dynamic filter dependent on the specified key.


Parameters 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.


Top ↑

Source Source

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


Top ↑

Changelog Changelog

Changelog
Version Description
2.5.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.