wpseo_sitemap_url, $output, $url
wpseo_sitemap_url, $output, $url
Appears in: wordpress-seo.28.1
Hook Type: filter
Displaying hooks found in version: wordpress-seo.28.1apply_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():