<?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>ajax &#8211; Snippets</title>
	<atom:link href="http://wp.djtedfunke.com/tag/ajax/feed/" rel="self" type="application/rss+xml" />
	<link>http://wp.djtedfunke.com</link>
	<description></description>
	<lastBuildDate>Tue, 01 Jan 2019 21:45:24 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.4.3</generator>

<image>
	<url>http://wp.djtedfunke.com/wp-content/uploads/2018/12/cropped-front-end_developer-2-512-32x32.png</url>
	<title>ajax &#8211; Snippets</title>
	<link>http://wp.djtedfunke.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>WP-AJAX JS VARIABLE</title>
		<link>http://wp.djtedfunke.com/wp-ajax-js-variable/</link>
		
		<dc:creator><![CDATA[tadej]]></dc:creator>
		<pubDate>Tue, 01 Jan 2019 21:45:24 +0000</pubDate>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[ajax]]></category>
		<guid isPermaLink="false">http://wp.djtedfunke.com/?p=108</guid>

					<description><![CDATA[Make wp-ajax url variable global:]]></description>
										<content:encoded><![CDATA[
<p>Make wp-ajax url variable global:</p>



<pre class="wp-block-code"><code>function myplugin_ajaxurl() {
    echo '&lt;script>
            var ajaxurl = "' . admin_url('admin-ajax.php') . '";
            var homeurl = "' . get_site_url() . '";
        &lt;/script>';
}
add_action('wp_head', 'myplugin_ajaxurl');</code></pre>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
