/**
 * IPTVEZEN - Related Posts Styles
 */
function iptvezen_enqueue_related_posts_assets() {

	if ( is_singular( 'post' ) ) {

		wp_enqueue_style(
			'iptvezen-related-posts',
			get_stylesheet_directory_uri() . '/assets/css/related-posts.css',
			array(),
			filemtime( get_stylesheet_directory() . '/assets/css/related-posts.css' )
		);

	}

}

add_action( 'wp_enqueue_scripts', 'iptvezen_enqueue_related_posts_assets', 30 );<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//iptvezen.ca/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://iptvezen.ca/post-sitemap.xml</loc>
		<lastmod>2026-07-21T15:49:31+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://iptvezen.ca/page-sitemap.xml</loc>
		<lastmod>2026-07-20T18:27:02+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Rank Math SEO Plugin (c) Rank Math - rankmath.com -->