wpseo_sitemap_urlset

wpseo_sitemap_urlset

Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-seo.24.8.1

apply_filters('wpseo_sitemap_urlset') is found 1 times:

  • /inc/sitemaps/class-sitemaps-renderer.php line 108
    104
    105
    106
    107
    108
    109
    110
    111
    112
    113
    114
    * 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`.
     */