apply_filters( 'hivepress/v1/emails/{email_name}/meta', $meta ) → {array}
Filters the email class meta. The class meta stores properties related to the email type rather than a specific email instance. For example, it stores the email description displayed on the email edit page. 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 |
---|---|---|
$meta |
array | Class meta values. |
- Source:
Returns:
Class meta values.
- Type
- array