wpseo_sitemap_url, $output, $url

wpseo_sitemap_url, $output, $url

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-seo.28.1

apply_filters('wpseo_sitemap_url, $output, $url') is found 1 times:

  • /inc/sitemaps/class-sitemaps-renderer.php line 254
    		 *
    		 * @param string $output The output for the sitemap url tag.
    		 * @param array  $url    The sitemap URL array on which the output is based.
    		 */
    		return apply_filters( 'wpseo_sitemap_url', $output, $url );
    	}
    
    	/**
    	 * Ensure the URL is encoded per RFC3986 and correctly escaped for use in an XML sitemap.
    	 *
    	 * This method works around a two quirks in esc_url():