bp_email_the_salutation( array $settings = array() )

Prints the Recipient Salutation.


Description Description


Parameters Parameters

$settings

(Optional) Email Settings.

Default value: array()


Top ↑

Source Source

File: bp-core/bp-core-template.php

function bp_email_the_salutation( $settings = array() ) {
	echo bp_email_get_salutation( $settings );
}

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.