Skip to content

Filter: apple_news_notification_headers

kevinfodness edited this page Oct 23, 2020 · 2 revisions

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.

Source

includes/apple-push-api/request/class-request.php

Clone this wiki locally