wpseo_sitemap_urlset, $urlset
wpseo_sitemap_urlset, $urlset
Appears in: wordpress-seo.28.1
Hook Type: filter
Displaying hooks found in version: wordpress-seo.28.1apply_filters('wpseo_sitemap_urlset, $urlset') is found 1 times:
- /inc/sitemaps/class-sitemaps-renderer.php line 108
* Filters the `urlset` for all sitemaps. * * @param string $urlset The output for the sitemap's `urlset`. */ $urlset = apply_filters( 'wpseo_sitemap_urlset', $urlset ); /** * Filters the `urlset` for a sitemap by type. * * @param string $urlset The output for the sitemap's `urlset`. */