apply_filters( 'hivepress/v1/emails/{email_name}', $props, $email ) → {array}
Filters the email properties. The dynamic part of the hook refers to the email name (e.g. listing_expire
). You can check the available emails in the includes/emails
directory of HivePress.
Parameters:
Name | Type | Description |
---|---|---|
$props |
array | Email properties. |
$email |
object | Email object. |
- Source:
Returns:
Email properties.
- Type
- array