bp_email_the_salutation( array $settings = array() )
Prints the Recipient Salutation.
Description
Parameters
- $settings
-
(Optional) Email Settings.
Default value: array()
Source
File: bp-core/bp-core-template.php
function bp_email_the_salutation( $settings = array() ) {
echo bp_email_get_salutation( $settings );
}
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.