apply_filters( 'bp_email_get_salutation', string $value , array $settings , string $token )
Filters The Recipient Named Salutation inside the Email Template.
Description Description
Parameters Parameters
- $value
-
The Recipient Salutation.
- $settings
-
Email Settings.
- $token
-
The Recipient token.
Source Source
File: bp-core/bp-core-template.php
Changelog Changelog
Version | Description |
---|---|
2.5.0 | Introduced. |