apply_filters( ‘nelio_content_notification_send_email_message_headers’, string $headers , string $type , WP_Post|array $item )
Filters the headers of the email.
Parameters
- $headers string
(Required) the headers of the email.
- $type string
(Required) type of email we’re about to send. Values can be:
status-change
,new-post-follower
,comment
,task-creation
, ortask-completed
.- $item WP_Post|array
(Required) item that triggered the notification. Either a WordPress post, a task, or a comment.