wp_sitemaps_stylesheet_url

wp_sitemaps_stylesheet_url

Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('wp_sitemaps_stylesheet_url') is found 1 times:

  • /wp-includes/sitemaps/class-wp-sitemaps-renderer.php line 84
    		 * @since 5.5.0
    		 *
    		 * @param string $sitemap_url Full URL for the sitemaps XSL file.
    		 */
    		return apply_filters( 'wp_sitemaps_stylesheet_url', $sitemap_url );
    	}
    
    	/**
    	 * Gets the URL for the sitemap index stylesheet.
    	 *
    	 * @since 5.5.0