wpseo_sitemap_{$type}_urlset, $urlset
wpseo_sitemap_{$type}_urlset, $urlset
Appears in: wordpress-seo.28.1
Hook Type: filter
Displaying hooks found in version: wordpress-seo.28.1apply_filters('wpseo_sitemap_{$type}_urlset, $urlset') is found 1 times:
- /inc/sitemaps/class-sitemaps-renderer.php line 115
* Filters the `urlset` for a sitemap by type. * * @param string $urlset The output for the sitemap's `urlset`. */ $xml = apply_filters( "wpseo_sitemap_{$type}_urlset", $urlset ); foreach ( $links as $url ) { $xml .= $this->sitemap_url( $url ); } /**