wpseo_stylesheet_url, $this->stylesheet
wpseo_stylesheet_url, $this->stylesheet
Appears in: wordpress-seo.28.1
Hook Type: filter
Displaying hooks found in version: wordpress-seo.28.1apply_filters('wpseo_stylesheet_url, $this->stylesheet') is found 1 times:
- /inc/sitemaps/class-sitemaps-renderer.php line 154
* Filter the stylesheet URL for the XML sitemap. * * @param string $stylesheet Stylesheet URL. */ $output .= apply_filters( 'wpseo_stylesheet_url', $this->stylesheet ) . "\n"; } $output .= $sitemap; $output .= "\n<!-- XML Sitemap generated by Yoast SEO -->"; return $output;