wpseo_stylesheet_url, $this->stylesheet

wpseo_stylesheet_url, $this->stylesheet

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-seo.28.1

apply_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;