apply_filters( 'bp_email_get_template', array $value , WP_Post $object )
Filter the possible template paths for the specified email object.
Description Description
Parameters Parameters
- $value
-
Array of possible template paths.
- $object
-
WP_Post object.
Source Source
File: bp-core/bp-core-functions.php
Changelog Changelog
Version | Description |
---|---|
2.5.0 | Introduced. |