BP_Email::get_to( string $transform = 'raw' )
Get the email’s “to” address and name.
Description
Unlike most other methods in this class, this one is not chainable.
Parameters
- $transform
-
(Optional) How to transform the return value. Accepts 'raw' (default) or 'replace-tokens'.
Default value: 'raw'
Return
(BP_Email_Recipient[]) "To" recipients.
Source
File: bp-core/classes/class-bp-email.php
public function get_to( $transform = 'raw' ) { return $this->get( 'to', $transform ); }
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.