<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Actions / Filters Archives - WP Global Cart</title>
	<atom:link href="https://wpglobalcart.com/documentation_category/actions-filters/feed/" rel="self" type="application/rss+xml" />
	<link>https://wpglobalcart.com/documentation_category/actions-filters/</link>
	<description>A single shopping cart across all WooCommerce stores in a MultiSite environment</description>
	<lastBuildDate>Mon, 19 Aug 2024 07:49:26 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>woogc/show_network_orders</title>
		<link>https://wpglobalcart.com/documentation/woogc-show_network_orders/</link>
					<comments>https://wpglobalcart.com/documentation/woogc-show_network_orders/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Tue, 03 Mar 2020 09:06:03 +0000</pubDate>
				<guid isPermaLink="false">https://wooglobalcart.com/?post_type=documentation&#038;p=15263</guid>

					<description><![CDATA[<p>Name: woogc/show_network_orders Type: Filter Arguments: $status The filter can be used to show the Network Orders interface to other shops in the MultiSite environment. The following code example, show the interface for shops ID&#8217;s 2 and 3: The following code example, show the interface for user ID...</p>
<p>The post <a href="https://wpglobalcart.com/documentation/woogc-show_network_orders/">woogc/show_network_orders</a> appeared first on <a href="https://wpglobalcart.com">WP Global Cart</a>.</p>
]]></description>
		
					<wfw:commentRss>https://wpglobalcart.com/documentation/woogc-show_network_orders/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>woogc/orders/product_meta/ignore</title>
		<link>https://wpglobalcart.com/documentation/woogcordersproduct_metaignore/</link>
					<comments>https://wpglobalcart.com/documentation/woogcordersproduct_metaignore/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Tue, 14 Mar 2017 19:29:45 +0000</pubDate>
				<guid isPermaLink="false">http://127.0.0.1/wooglobalcart/?post_type=documentation&#038;p=14119</guid>

					<description><![CDATA[<p>Filter being used when retrieving a order product. Should return an array with the product meta fields to ignore. Example</p>
<p>The post <a href="https://wpglobalcart.com/documentation/woogcordersproduct_metaignore/">woogc/orders/product_meta/ignore</a> appeared first on <a href="https://wpglobalcart.com">WP Global Cart</a>.</p>
]]></description>
		
					<wfw:commentRss>https://wpglobalcart.com/documentation/woogcordersproduct_metaignore/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>woogc/options/options_html</title>
		<link>https://wpglobalcart.com/documentation/woogcoptionsoptions_html/</link>
					<comments>https://wpglobalcart.com/documentation/woogcoptionsoptions_html/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Tue, 14 Mar 2017 19:22:24 +0000</pubDate>
				<guid isPermaLink="false">http://127.0.0.1/wooglobalcart/?post_type=documentation&#038;p=14117</guid>

					<description><![CDATA[<p>Action being used when options output. Should be used to add more options Example</p>
<p>The post <a href="https://wpglobalcart.com/documentation/woogcoptionsoptions_html/">woogc/options/options_html</a> appeared first on <a href="https://wpglobalcart.com">WP Global Cart</a>.</p>
]]></description>
		
					<wfw:commentRss>https://wpglobalcart.com/documentation/woogcoptionsoptions_html/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>woogc/options/options_save</title>
		<link>https://wpglobalcart.com/documentation/woogcoptionsoptions_save/</link>
					<comments>https://wpglobalcart.com/documentation/woogcoptionsoptions_save/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Tue, 14 Mar 2017 19:03:29 +0000</pubDate>
				<guid isPermaLink="false">http://127.0.0.1/wooglobalcart/?post_type=documentation&#038;p=14115</guid>

					<description><![CDATA[<p>Filter being used when options saved.  Should return an array containing options. Example</p>
<p>The post <a href="https://wpglobalcart.com/documentation/woogcoptionsoptions_save/">woogc/options/options_save</a> appeared first on <a href="https://wpglobalcart.com">WP Global Cart</a>.</p>
]]></description>
		
					<wfw:commentRss>https://wpglobalcart.com/documentation/woogcoptionsoptions_save/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>woogc/sync/on_post_vars</title>
		<link>https://wpglobalcart.com/documentation/woogcsyncon_post_vars/</link>
					<comments>https://wpglobalcart.com/documentation/woogcsyncon_post_vars/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Tue, 20 Jun 2017 21:36:57 +0000</pubDate>
				<guid isPermaLink="false">https://wooglobalcart.com/?post_type=documentation&#038;p=14409</guid>

					<description><![CDATA[<p>Name: woogc/sync/on_post_vars Type: Filter Arguments: $PostVars Filter being used to acknowledge the plugin engine to proceed with synchronization, usually following a custom AJAX call which is not being recognized as a WooCommerce default. (e.g. wc-ajax=add_to_cart,  wc-ajax=get_refreshed_fragments) Certain plugins and themes use their own methods to handle the...</p>
<p>The post <a href="https://wpglobalcart.com/documentation/woogcsyncon_post_vars/">woogc/sync/on_post_vars</a> appeared first on <a href="https://wpglobalcart.com">WP Global Cart</a>.</p>
]]></description>
		
					<wfw:commentRss>https://wpglobalcart.com/documentation/woogcsyncon_post_vars/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>woogc/sync/bounce_sync</title>
		<link>https://wpglobalcart.com/documentation/woogc-sync-bounce_sync/</link>
					<comments>https://wpglobalcart.com/documentation/woogc-sync-bounce_sync/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Tue, 12 Oct 2021 14:14:05 +0000</pubDate>
				<guid isPermaLink="false">https://wooglobalcart.com/?post_type=documentation&#038;p=15980</guid>

					<description><![CDATA[<p>Deprecated notice: The recent tracking privacy cookie policy changes, the filter is deprecated. Instead, the synchronisation screen is used for all browsers to ensure compatibility. Name: woogc/sync/bounce_sync Type: Filter Arguments: $sites, $context The synchronization procedure ensures the cart maintains unitary across all shops in the network. The...</p>
<p>The post <a href="https://wpglobalcart.com/documentation/woogc-sync-bounce_sync/">woogc/sync/bounce_sync</a> appeared first on <a href="https://wpglobalcart.com">WP Global Cart</a>.</p>
]]></description>
		
					<wfw:commentRss>https://wpglobalcart.com/documentation/woogc-sync-bounce_sync/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>woogc/disable_sso</title>
		<link>https://wpglobalcart.com/documentation/woogcdisable_sso/</link>
					<comments>https://wpglobalcart.com/documentation/woogcdisable_sso/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Mon, 16 Oct 2017 13:20:51 +0000</pubDate>
				<guid isPermaLink="false">https://wooglobalcart.com/?post_type=documentation&#038;p=14494</guid>

					<description><![CDATA[<p>This filter has been deprecated. Name: woogc/disable_sso Type: Filter Arguments: $is_disabled The filter is being used to disable Single Sign-On functionality. Single Sign-On (SSO) is a property of login on all sites in a MultiSite environment, using a single/unique login procedure. This works independently if other sites use different domains,...</p>
<p>The post <a href="https://wpglobalcart.com/documentation/woogcdisable_sso/">woogc/disable_sso</a> appeared first on <a href="https://wpglobalcart.com">WP Global Cart</a>.</p>
]]></description>
		
					<wfw:commentRss>https://wpglobalcart.com/documentation/woogcdisable_sso/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>woogc/disable_global_cart</title>
		<link>https://wpglobalcart.com/documentation/woogcdisable_global_cart/</link>
					<comments>https://wpglobalcart.com/documentation/woogcdisable_global_cart/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sun, 16 Aug 2020 20:30:26 +0000</pubDate>
				<guid isPermaLink="false">https://wooglobalcart.com/?post_type=documentation&#038;p=14496</guid>

					<description><![CDATA[<p>Name: woogc/disable_global_cart Type: Filter Arguments: $is_disabled The filter is being used to disable the Global Cart functionality. The Global Cart works as a unique cart for all shops in the MultiSite Network, a product pushed to the cart will be show on all other shops too. The code...</p>
<p>The post <a href="https://wpglobalcart.com/documentation/woogcdisable_global_cart/">woogc/disable_global_cart</a> appeared first on <a href="https://wpglobalcart.com">WP Global Cart</a>.</p>
]]></description>
		
					<wfw:commentRss>https://wpglobalcart.com/documentation/woogcdisable_global_cart/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>woogc/global_cart/sites</title>
		<link>https://wpglobalcart.com/documentation/woogc-global_cart-sites/</link>
					<comments>https://wpglobalcart.com/documentation/woogc-global_cart-sites/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Mon, 19 Aug 2024 07:44:15 +0000</pubDate>
				<guid isPermaLink="false">https://wpglobalcart.com/?post_type=documentation&#038;p=17444</guid>

					<description><![CDATA[<p>Name: woogc/global_cart/sites Type: Filter Arguments: (array) $sites_ids The following code snippet demonstrates how to synchronize the current shop with only the designated checkout site. This selective synchronization is particularly useful when you want to minimize the number of shops involved in the network, ensuring that only...</p>
<p>The post <a href="https://wpglobalcart.com/documentation/woogc-global_cart-sites/">woogc/global_cart/sites</a> appeared first on <a href="https://wpglobalcart.com">WP Global Cart</a>.</p>
]]></description>
		
					<wfw:commentRss>https://wpglobalcart.com/documentation/woogc-global_cart-sites/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>woogc/checkout/single/split/blog_id</title>
		<link>https://wpglobalcart.com/documentation/woogc-single_checkout-split_order-blog_id/</link>
					<comments>https://wpglobalcart.com/documentation/woogc-single_checkout-split_order-blog_id/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Tue, 19 Jan 2021 14:31:11 +0000</pubDate>
				<guid isPermaLink="false">https://wooglobalcart.com/?post_type=documentation&#038;p=15649</guid>

					<description><![CDATA[<p>Name: woogc/checkout/single/split/blog_id Type: Filter Arguments: $blog_id, $status The filter can be used to disable Order Split for specific Shop, when using Single Check-out and Split Order functionality. In the following code example, disable the split for shop ID&#8217;s 2: Also, for example, to disable the split order...</p>
<p>The post <a href="https://wpglobalcart.com/documentation/woogc-single_checkout-split_order-blog_id/">woogc/checkout/single/split/blog_id</a> appeared first on <a href="https://wpglobalcart.com">WP Global Cart</a>.</p>
]]></description>
		
					<wfw:commentRss>https://wpglobalcart.com/documentation/woogc-single_checkout-split_order-blog_id/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
