apply_filters( 'bp_email_get_property', string $retval , string $property_name , string $transform , BP_Email $this )
Filters the value of the specified email $property after transformation.
Description Description
Parameters Parameters
- $retval
-
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 Source
File: bp-core/classes/class-bp-email.php
Changelog Changelog
Version | Description |
---|---|
2.5.0 | Introduced. |