wpseo_sitemap_http_headers, $headers
wpseo_sitemap_http_headers, $headers
Appears in: wordpress-seo.28.1
Hook Type: filter
Displaying hooks found in version: wordpress-seo.28.1apply_filters('wpseo_sitemap_http_headers, $headers') is found 1 times:
- /inc/sitemaps/class-sitemaps.php line 664
* Filter the HTTP headers we send before an XML sitemap. * * @param array $headers The HTTP headers we're going to send out. */ $headers = apply_filters( 'wpseo_sitemap_http_headers', $headers ); foreach ( $headers as $header => $status ) { if ( is_numeric( $status ) ) { header( $header, true, $status ); continue; }