Filter: apple_news_notification_headers - alleyinteractive/apple-news GitHub Wiki
apply_filters( 'apple_news_notification_headers', string|array $headers )
Add headers (such as From:) to notification messages.
Parameters
$headers
(string|array) Optional. Additional headers.
More Information
See https://developer.wordpress.org/reference/functions/wp_mail/ for documentation and examples.