wpseo_sitemap_http_headers, $headers

wpseo_sitemap_http_headers, $headers

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-seo.28.1

apply_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;
    			}