/* Codex ArtComp no default checkout choices */
add_filter('woocommerce_default_gateway','__return_empty_string',999);
add_filter('woocommerce_shipping_chosen_method',function($method,$rates=array(),$chosen_method=''){return '';},999,3);
add_action('woocommerce_before_checkout_form',function(){
 if(function_exists('WC')&&WC()->session){
  WC()->session->set('chosen_payment_method','');
  WC()->session->set('chosen_shipping_methods',array());
 }
},1);

<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//artcomp.pl/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://artcomp.pl/page-sitemap.xml</loc>
		<lastmod>2026-03-16T13:39:24+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://artcomp.pl/product-sitemap.xml</loc>
		<lastmod>2025-12-04T09:19:49+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://artcomp.pl/product_cat-sitemap.xml</loc>
		<lastmod>2025-12-04T09:19:49+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Yoast SEO -->