apply_filters( 'bp_get_email_post', WP_Post $post, string $email_type, array $args )

Filters arguments used to create the BP_Email object.


Description Description


Parameters Parameters

$post

All posts retrieved by get_posts( $args ). May only contain $post.

$email_type

Unique identifier for a particular type of email.

$args

Arguments used with get_posts() to fetch a post object.


Top ↑

Source Source

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


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.