<?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>Using shortcode in PHP &#8211; Sibeesh Passion</title>
	<atom:link href="https://mail.sibeeshpassion.com/tag/using-shortcode-in-php/feed/" rel="self" type="application/rss+xml" />
	<link>https://mail.sibeeshpassion.com</link>
	<description>My passion towards life</description>
	<lastBuildDate>Fri, 17 Jul 2015 07:10:25 +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>

<image>
	<url>/wp-content/uploads/2017/04/Sibeesh_Passion_Logo_Small.png</url>
	<title>Using shortcode in PHP &#8211; Sibeesh Passion</title>
	<link>https://mail.sibeeshpassion.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>How to use shortcode inside any php file</title>
		<link>https://mail.sibeeshpassion.com/how-to-use-shortcode-inside-any-php-file/</link>
					<comments>https://mail.sibeeshpassion.com/how-to-use-shortcode-inside-any-php-file/#disqus_thread</comments>
		
		<dc:creator><![CDATA[SibeeshVenu]]></dc:creator>
		<pubDate>Fri, 17 Jul 2015 07:10:08 +0000</pubDate>
				<category><![CDATA[Code Snippets]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[How to use shortcode]]></category>
		<category><![CDATA[shortcode]]></category>
		<category><![CDATA[Using shortcode in PHP]]></category>
		<guid isPermaLink="false">http://sibeecst_passion.com/?p=7321</guid>

					<description><![CDATA[Hi, In this post we will see how we can use a short code inside a PHP file . You can do it by using the following line of code [php] &#60;?php echo do_shortcode(&#8216;[YOUR_SHORT_CODE_HERE]&#8217;);?&#62; [/php] kindest Regards Sibeesh Venu]]></description>
										<content:encoded><![CDATA[<p>Hi,<br />
In this post we will see how we can use a short code inside a PHP file . You can do it by using the following line of code</p>
<p>[php]<br />
&lt;?php echo do_shortcode(&#8216;[YOUR_SHORT_CODE_HERE]&#8217;);?&gt;<br />
[/php]</p>
<p>kindest Regards<br />
Sibeesh Venu</p>
]]></content:encoded>
					
					<wfw:commentRss>https://mail.sibeeshpassion.com/how-to-use-shortcode-inside-any-php-file/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
