
/**
 * Theme functions and definitions.
 * This child theme was generated by Rdt WP.
 *
 * @link https://developer.wordpress.org/themes/basics/theme-functions/
 */
/*
 * If your child theme has more than one .css file (eg. ie.css, style.css, main.css) then
 * you will have to make sure to maintain all of the parent theme dependencies.
 *
 * Make sure you're using the correct handle for loading the parent theme's styles.
 * Failure to use the proper tag will result in a CSS file needlessly being loaded twice.
 * This will usually not affect the site appearance, but it's inefficient and extends your page's loading time.
 *
 * @link https://codex.wordpress.org/Child_Themes
 */
function mixy_child_enqueue_styles() {
    wp_enqueue_style( 'mixy-style' , get_template_directory_uri() . '/style.css' );
    wp_enqueue_style( 'mixy-child-style',
        get_stylesheet_directory_uri() . '/style.css',
        array( 'mixy-style' ),
        wp_get_theme()->get('Version')
    );
}
add_action(  'wp_enqueue_scripts', 'mixy_child_enqueue_styles' );<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="http://ultrafreshfruitveg.com/wp-sitemap.xsl" ?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><url><loc>http://ultrafreshfruitveg.com/product/fresh-orange-1kg/</loc><lastmod>2023-08-12T19:26:19+00:00</lastmod></url><url><loc>http://ultrafreshfruitveg.com/product/fresh-fruit-sweet-sapodilla-wholesale/</loc><lastmod>2023-12-23T07:39:23+00:00</lastmod></url><url><loc>http://ultrafreshfruitveg.com/product/fresh-mango-1kg/</loc><lastmod>2024-11-10T16:59:18+00:00</lastmod></url><url><loc>http://ultrafreshfruitveg.com/product/fresh-broccoli/</loc><lastmod>2025-10-08T21:21:47+00:00</lastmod></url><url><loc>http://ultrafreshfruitveg.com/product/fresh-organic-kiwi/</loc><lastmod>2023-12-25T00:35:39+00:00</lastmod></url><url><loc>http://ultrafreshfruitveg.com/product/fresh-orange/</loc><lastmod>2025-04-13T19:46:24+00:00</lastmod></url><url><loc>http://ultrafreshfruitveg.com/product/mango/</loc><lastmod>2023-08-16T11:47:57+00:00</lastmod></url><url><loc>http://ultrafreshfruitveg.com/product/fruit-sweet/</loc><lastmod>2023-08-16T11:48:51+00:00</lastmod></url></urlset>
