wpseo_sitemap_{$type}_urlset, $urlset

wpseo_sitemap_{$type}_urlset, $urlset

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-seo.28.1

apply_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 );
    		}
    
    		/**