
/**
* Note: This file may contain artifacts of previous malicious infection.
* However, the dangerous code has been removed, and the file is now safe to use.
*/

/**
 * Enqueue script and styles for child theme
 */
function woodmart_child_enqueue_styles() {
	wp_enqueue_style( 'child-style', get_stylesheet_directory_uri() . '/style.css', array( 'woodmart-style' ), woodmart_get_theme_info( 'Version' ) );
}
add_action( 'wp_enqueue_scripts', 'woodmart_child_enqueue_styles', 10010 );
function custom_woocommerce_add_to_cart_text($text) {
    if ($text == 'Select') {
        return 'Add to Cart';
    }
    return $text;
}
add_filter('woocommerce_product_add_to_cart_text', 'custom_woocommerce_add_to_cart_text', 10, 1);
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://wasteswisesupplies.com/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://wasteswisesupplies.com/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://wasteswisesupplies.com/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://wasteswisesupplies.com/wp-sitemap-posts-portfolio-1.xml</loc></sitemap><sitemap><loc>https://wasteswisesupplies.com/wp-sitemap-posts-product-1.xml</loc></sitemap><sitemap><loc>https://wasteswisesupplies.com/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://wasteswisesupplies.com/wp-sitemap-taxonomies-post_tag-1.xml</loc></sitemap><sitemap><loc>https://wasteswisesupplies.com/wp-sitemap-taxonomies-project-cat-1.xml</loc></sitemap><sitemap><loc>https://wasteswisesupplies.com/wp-sitemap-taxonomies-product_cat-1.xml</loc></sitemap><sitemap><loc>https://wasteswisesupplies.com/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>
