apply_filters( 'bp_get_email_args', array $args , string $email_type )
Filters arguments used to find an email post type object.
Description Description
Parameters Parameters
- $args
-
Arguments for get_posts() used to fetch a post object.
- $email_type
-
Unique identifier for a particular type of email.
Source Source
File: bp-core/bp-core-functions.php
Changelog Changelog
Version | Description |
---|---|
2.5.0 | Introduced. |