<br />
<b>Notice</b>:  Function _load_textdomain_just_in_time was called <strong>incorrectly</strong>. Translation loading for the <code>woocommerce-conversion-tracking</code> domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the <code>init</code> action or later. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.7.0.) in <b>/home/gexjgkip/public_html/wp-includes/functions.php</b> on line <b>6170</b><br />
/**
 * Fix: Exclude site logo from Smush lazy loading so brand icon is always visible
 * Note: Smush only passes 1 argument ($skip) to this filter since 3.16.1
 */
add_filter( 'wp_smush_should_skip_lazy_load', function( $skip ) {
    // Check if this is a frontend page request with the custom logo
    if ( is_admin() ) {
        return $skip;
    }
    // Always skip lazy loading for the custom logo - it's the brand icon
    return true;
}, 10, 1 );
}, 10, 1 );

// Directly inject src for the custom logo instead of data-src
add_filter( 'wp_get_attachment_image_attributes', function( $attr, $attachment, $size ) {
    if ( ! empty( $attr['class'] ) && strpos( $attr['class'], 'custom-logo' ) !== false ) {
        // Mark for Smush filter above to skip lazy loading
        $GLOBALS['wp_smush_skip_logo'] = true;
        // Ensure src is set properly, not placeholder
        if ( ! empty( $attr['data-src'] ) && empty( $attr['src'] ) ) {
            $attr['src'] = $attr['data-src'];
            unset( $attr['data-src'] );
        }
        if ( ! empty( $attr['data-srcset'] ) && empty( $attr['srcset'] ) ) {
            $attr['srcset'] = $attr['data-srcset'];
            unset( $attr['data-srcset'] );
        }
    }
    return $attr;
}, 10, 3 );/**
 * Fix: Exclude site logo from Smush lazy loading so brand icon is always visible
 * Note: This filter receives only 1 argument ($skip) as of Smush 3.16.1+
 */
add_filter( 'wp_smush_should_skip_lazy_load', function( $skip ) {
    if ( ! is_admin() ) {
        // Check the current request HTML for custom-logo class
        add_filter( 'wp_get_attachment_image_attributes', function( $attr ) {
            if ( isset( $attr['class'] ) && strpos( $attr['class'], 'custom-logo' ) !== false ) {
                $attr['data-skip-lazy'] = '1';
            }
            return $attr;
        } );
    }
    return $skip;
} );/**
 * Fix: Exclude site logo from Smush lazy loading so brand icon is always visible
 */
add_filter( 'wp_smush_should_skip_lazy_load', function( $skip ) {
    return true; // Skip lazy loading for all images in header area - brand icon stays visible
}, 10, 1 );/**
 * Fix: Exclude site logo from Smush lazy loading so brand icon is always visible
 */
add_filter( 'wp_smush_should_skip_lazy_load', function( $skip ) {
    return $skip;
}, 10, 1 );

add_filter( 'wp_get_attachment_image_attributes', function( $attr, $attachment, $size ) {
    if ( isset( $attr['class'] ) && strpos( $attr['class'], 'custom-logo' ) !== false ) {
        unset( $attr['loading'] );
        if ( isset( $attr['data-src'] ) ) {
            $attr['src'] = $attr['data-src'];
            unset( $attr['data-src'] );
        }
        if ( isset( $attr['data-srcset'] ) ) {
            $attr['srcset'] = $attr['data-srcset'];
            unset( $attr['data-srcset'] );
        }
        unset( $attr['data-sizes'] );
        unset( $attr['style'] );
    }
    return $attr;
}, 10, 3 );<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//sehdev.co.in/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://sehdev.co.in/post-sitemap.xml</loc>
		<lastmod>2026-07-06T06:05:47+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://sehdev.co.in/page-sitemap.xml</loc>
		<lastmod>2026-07-09T18:23:00+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://sehdev.co.in/product-sitemap.xml</loc>
		<lastmod>2026-07-10T04:03:07+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://sehdev.co.in/category-sitemap.xml</loc>
		<lastmod>2026-07-06T06:05:47+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://sehdev.co.in/product_cat-sitemap.xml</loc>
		<lastmod>2026-07-10T04:03:07+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Rank Math SEO Plugin (c) Rank Math - rankmath.com -->
<!-- Served from cache in 0.000 second(s) (Memory usage: 1.84 KB) -->