apply_filters( 'bp_email_get_unsubscribe_type_schema', array $emails )
Filters the return of bp_email_get_type_schema( 'all' )
for use with our unsubscribe functionality.
Description Description
Parameters Parameters
- $emails
-
The array of email types and their schema.
Source Source
File: bp-core/bp-core-functions.php
Changelog Changelog
Version | Description |
---|---|
2.8.0 | Introduced. |