<?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>wordpress plug-in Archives - Belchamber Web Tools, AI Guidance &amp; Code</title>
	<atom:link href="https://tools.belchamber.us/tag/wordpress-plug-in/feed/" rel="self" type="application/rss+xml" />
	<link>https://tools.belchamber.us/tag/wordpress-plug-in/</link>
	<description>Aaron Belchamber: AI-Centric Senior Cloud Software Engineer - Jacksonville FL</description>
	<lastBuildDate>Sat, 08 Aug 2015 14:12:52 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
<site xmlns="com-wordpress:feed-additions:1">99928718</site>	<item>
		<title>New update to WordPress &#8220;Insert Script&#8221; plug-in available for WordPress PHP developers</title>
		<link>https://tools.belchamber.us/new-update-to-wordpress-insert-script-plug-in-available-for-wordpress-php-developers/</link>
					<comments>https://tools.belchamber.us/new-update-to-wordpress-insert-script-plug-in-available-for-wordpress-php-developers/#respond</comments>
		
		<dc:creator><![CDATA[Aaron Belchamber]]></dc:creator>
		<pubDate>Sat, 08 Aug 2015 14:12:52 +0000</pubDate>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[php developer]]></category>
		<category><![CDATA[symfony developer]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress plug-in]]></category>
		<guid isPermaLink="false">http://tools.belchamber.us/?p=903</guid>

					<description><![CDATA[<p>I added some new improvements to the &#8220;Insert Script&#8221; WordPress plug-in.  You can now declare a JSON string and it will parse it out as $json_vals_arr, an array that gets passed directly to your external PHP script. You can also declare &#8220;strings&#8221; instead of &#8220;vals&#8221; as a GET URL string like:  &#8220;strings=&#8217;variable1=value1&#38;variable2=value2&#38;etc=andSoOn'&#8221;. To download the [&#8230;]</p>
<p>The post <a href="https://tools.belchamber.us/new-update-to-wordpress-insert-script-plug-in-available-for-wordpress-php-developers/">New update to WordPress &#8220;Insert Script&#8221; plug-in available for WordPress PHP developers</a> appeared first on <a href="https://tools.belchamber.us">Belchamber Web Tools, AI Guidance &amp; Code</a>.</p>
]]></description>
		
					<wfw:commentRss>https://tools.belchamber.us/new-update-to-wordpress-insert-script-plug-in-available-for-wordpress-php-developers/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">903</post-id>	</item>
		<item>
		<title>“Insert Script” Simple WordPress Plug-in</title>
		<link>https://tools.belchamber.us/insert-script-simple-wordpress-plug-in/</link>
					<comments>https://tools.belchamber.us/insert-script-simple-wordpress-plug-in/#respond</comments>
		
		<dc:creator><![CDATA[Aaron Belchamber]]></dc:creator>
		<pubDate>Sat, 11 Jul 2015 23:44:26 +0000</pubDate>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[insert script plug-in]]></category>
		<category><![CDATA[wordpress plug-in]]></category>
		<category><![CDATA[wordpress tip]]></category>
		<guid isPermaLink="false">http://tools.belchamber.us/?p=869</guid>

					<description><![CDATA[<p>The “Insert Script” Simple WordPress Plug-in uses an “insert_script” shortcode to insert external scripts into WordPress content. I developed a simple WordPress plug-in that allows WordPress owners to call and execute external scripts from within their web root folder. It can be HTML, Javascript, CSS, or even PHP that executes first. You can even pass [&#8230;]</p>
<p>The post <a href="https://tools.belchamber.us/insert-script-simple-wordpress-plug-in/">“Insert Script” Simple WordPress Plug-in</a> appeared first on <a href="https://tools.belchamber.us">Belchamber Web Tools, AI Guidance &amp; Code</a>.</p>
]]></description>
		
					<wfw:commentRss>https://tools.belchamber.us/insert-script-simple-wordpress-plug-in/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">869</post-id>	</item>
		<item>
		<title>WordPress Debug Toolbar plug-in comes in handy for WordPress Developers</title>
		<link>https://tools.belchamber.us/wordpress-debug-toolbar-plug-comes-handy-wordpress-developers/</link>
					<comments>https://tools.belchamber.us/wordpress-debug-toolbar-plug-comes-handy-wordpress-developers/#respond</comments>
		
		<dc:creator><![CDATA[Aaron Belchamber]]></dc:creator>
		<pubDate>Sun, 04 Jan 2015 22:20:28 +0000</pubDate>
				<category><![CDATA[Plug-Ins]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress plug-in]]></category>
		<category><![CDATA[wordpress tips]]></category>
		<guid isPermaLink="false">http://tools.belchamber.us/?p=687</guid>

					<description><![CDATA[<p>I recently ran into some issues with a heavily customized WordPress site.  Something was overriding something else somewhere, somehow... The dreaded &#8220;find the problem then traverse back through the code&#8221; solution again raised its ugly head.  Oh, the futility, you time-sucking code bug.  Why didn&#8217;t the previous developer leave more DOCUMENTATION?!!!!! Sometimes, you can at [&#8230;]</p>
<p>The post <a href="https://tools.belchamber.us/wordpress-debug-toolbar-plug-comes-handy-wordpress-developers/">WordPress Debug Toolbar plug-in comes in handy for WordPress Developers</a> appeared first on <a href="https://tools.belchamber.us">Belchamber Web Tools, AI Guidance &amp; Code</a>.</p>
]]></description>
		
					<wfw:commentRss>https://tools.belchamber.us/wordpress-debug-toolbar-plug-comes-handy-wordpress-developers/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">687</post-id>	</item>
	</channel>
</rss>
