<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>WPMU DEV Community &#187; Topic: Is there a list of all functions for MarketPress somewhere?</title>
		<link>http://premium.wpmudev.org/forums/topic/is-there-a-list-of-all-functions-for-marketpress-somewhere</link>
		<description>WPMU DEV Community &#187; Topic: Is there a list of all functions for MarketPress somewhere?</description>
		<language>en-US</language>
		<pubDate>Wed, 19 Jun 2013 22:18:04 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.2</generator>
		<atom:link href="http://premium.wpmudev.org/forums/rss/topic/is-there-a-list-of-all-functions-for-marketpress-somewhere" rel="self" type="application/rss+xml" />

		<item>
			<title>Timothy Bowers on "Is there a list of all functions for MarketPress somewhere?"</title>
			<link>http://premium.wpmudev.org/forums/topic/is-there-a-list-of-all-functions-for-marketpress-somewhere#post-242686</link>
			<pubDate>Sat, 07 Jul 2012 01:46:00 +0000</pubDate>
			<dc:creator>Timothy Bowers</dc:creator>
			<guid isPermaLink="false">242686@http://premium.wpmudev.org/forums/</guid>
			<description><![CDATA[<p>Hey there, just checking in to see how things are going here as we have not heard from you in a short while.</p>
<p>You can also find a list of handy functions in the following file:</p>
<p>/marketpress/marketpress-includes/template-functions.php</p>
<p>The code is documented, and those template functions can be used within your theme. Take a look at GridMarket/FrameMarket for some good examples of custom action going on.</p>
<p>If you need anything further then please feel free to reopen the thread or create a new one if needed.</p>
<p>Take care and have a great day!
</p>]]></description>
		</item>
		<item>
			<title>Paul on "Is there a list of all functions for MarketPress somewhere?"</title>
			<link>http://premium.wpmudev.org/forums/topic/is-there-a-list-of-all-functions-for-marketpress-somewhere#post-236512</link>
			<pubDate>Fri, 22 Jun 2012 12:32:47 +0000</pubDate>
			<dc:creator>Paul</dc:creator>
			<guid isPermaLink="false">236512@http://premium.wpmudev.org/forums/</guid>
			<description><![CDATA[<p>@AlexTrup, there is no formal documentation like you would find say for the WordPress Codex. As @MTB1701 mentioned there is the project pages but will not get you far on understanding the PHP coding. </p>
<p>So what are you trying to do? and maybe I can offer some guidance.
</p>]]></description>
		</item>
		<item>
			<title>Arun Basil Lal on "Is there a list of all functions for MarketPress somewhere?"</title>
			<link>http://premium.wpmudev.org/forums/topic/is-there-a-list-of-all-functions-for-marketpress-somewhere#post-236442</link>
			<pubDate>Fri, 22 Jun 2012 05:41:30 +0000</pubDate>
			<dc:creator>Arun Basil Lal</dc:creator>
			<guid isPermaLink="false">236442@http://premium.wpmudev.org/forums/</guid>
			<description><![CDATA[<p>It hasn't been listed anywhere, let me as @PaulM for the best way to find all the functions. Hold on.
</p>]]></description>
		</item>
		<item>
			<title>And.Hello on "Is there a list of all functions for MarketPress somewhere?"</title>
			<link>http://premium.wpmudev.org/forums/topic/is-there-a-list-of-all-functions-for-marketpress-somewhere#post-236428</link>
			<pubDate>Fri, 22 Jun 2012 03:50:27 +0000</pubDate>
			<dc:creator>And.Hello</dc:creator>
			<guid isPermaLink="false">236428@http://premium.wpmudev.org/forums/</guid>
			<description><![CDATA[<p>See if you can Search the MarketPress code for "do_action" to see what hooks are available.
</p>]]></description>
		</item>
		<item>
			<title>AlexTrup on "Is there a list of all functions for MarketPress somewhere?"</title>
			<link>http://premium.wpmudev.org/forums/topic/is-there-a-list-of-all-functions-for-marketpress-somewhere#post-236427</link>
			<pubDate>Fri, 22 Jun 2012 03:44:11 +0000</pubDate>
			<dc:creator>AlexTrup</dc:creator>
			<guid isPermaLink="false">236427@http://premium.wpmudev.org/forums/</guid>
			<description><![CDATA[<p>Thanks, I hope someone from this community can share the hook specifically for MarketPress as that's what I'm trying to figure out now...</p>
<p>Anyone?
</p>]]></description>
		</item>
		<item>
			<title>And.Hello on "Is there a list of all functions for MarketPress somewhere?"</title>
			<link>http://premium.wpmudev.org/forums/topic/is-there-a-list-of-all-functions-for-marketpress-somewhere#post-236424</link>
			<pubDate>Fri, 22 Jun 2012 03:33:17 +0000</pubDate>
			<dc:creator>And.Hello</dc:creator>
			<guid isPermaLink="false">236424@http://premium.wpmudev.org/forums/</guid>
			<description><![CDATA[<p>Here Alex, this is about as far as I can help you at the moment, I need to learn these for the Gravity Forms I just purchased. So any feedback you can offer would be great, maybe in a few days we can exchange what we learn.<br />
<a href="http://www.nathanrice.net/blog/an-introduction-to-wordpress-action-hooks/" target="_blank">http://www.nathanrice.net/blog/an-introduction-to-wordpress-action-hooks/</a><br />
<a href="http://wpcandy.com/teaches/how-to-use-wordpress-hooks" target="_blank">http://wpcandy.com/teaches/how-to-use-wordpress-hooks</a><br />
<a href="http://archive.extralogical.net/2007/06/wphooks/" target="_blank">http://archive.extralogical.net/2007/06/wphooks/</a><br />
<a href="http://blairwilliams.com/2010/05/18/wordpress-hooks-for-everyone/" target="_blank">http://blairwilliams.com/2010/05/18/wordpress-hooks-for-everyone/</a>
</p>]]></description>
		</item>
		<item>
			<title>And.Hello on "Is there a list of all functions for MarketPress somewhere?"</title>
			<link>http://premium.wpmudev.org/forums/topic/is-there-a-list-of-all-functions-for-marketpress-somewhere#post-236423</link>
			<pubDate>Fri, 22 Jun 2012 03:24:42 +0000</pubDate>
			<dc:creator>And.Hello</dc:creator>
			<guid isPermaLink="false">236423@http://premium.wpmudev.org/forums/</guid>
			<description><![CDATA[<p>Yeah i seen that after i posted, i just woke up and a little drowgy. I am looking at something called headway, but not sure if that’s going to be a good fit just yet; i also noticed something with relating to database files. It will be a few weeks before i am comfortable offering advice there. I will say if you get playing around with code; be sure to save the original code in a text doc before you begin. This will let you copy and paste it back in place. Mean time i will keep looking.
</p>]]></description>
		</item>
		<item>
			<title>AlexTrup on "Is there a list of all functions for MarketPress somewhere?"</title>
			<link>http://premium.wpmudev.org/forums/topic/is-there-a-list-of-all-functions-for-marketpress-somewhere#post-236416</link>
			<pubDate>Fri, 22 Jun 2012 03:12:38 +0000</pubDate>
			<dc:creator>AlexTrup</dc:creator>
			<guid isPermaLink="false">236416@http://premium.wpmudev.org/forums/</guid>
			<description><![CDATA[<p>Thanks MTB1701, I don't actually mean functions as in features, I mean the actual code hooks I can call in PHP (since I already have this plugin).</p>
<p>At the moment it's kind of guesswork looking at the code, would be nice if there were some documentation outlining it.
</p>]]></description>
		</item>
		<item>
			<title>And.Hello on "Is there a list of all functions for MarketPress somewhere?"</title>
			<link>http://premium.wpmudev.org/forums/topic/is-there-a-list-of-all-functions-for-marketpress-somewhere#post-236415</link>
			<pubDate>Fri, 22 Jun 2012 03:09:06 +0000</pubDate>
			<dc:creator>And.Hello</dc:creator>
			<guid isPermaLink="false">236415@http://premium.wpmudev.org/forums/</guid>
			<description><![CDATA[<p>Here you go Alex<br />
There is also a live demo here as well.<br />
<a href="http://premium.wpmudev.org/project/e-commerce/" target="_blank">http://premium.wpmudev.org/project/e-commerce/</a>
</p>]]></description>
		</item>
		<item>
			<title>AlexTrup on "Is there a list of all functions for MarketPress somewhere?"</title>
			<link>http://premium.wpmudev.org/forums/topic/is-there-a-list-of-all-functions-for-marketpress-somewhere#post-236413</link>
			<pubDate>Fri, 22 Jun 2012 03:03:28 +0000</pubDate>
			<dc:creator>AlexTrup</dc:creator>
			<guid isPermaLink="false">236413@http://premium.wpmudev.org/forums/</guid>
			<description><![CDATA[<p>Just wondering if there is any documentation which tells me all the functions I can call on and hook into, such as framemarket_listall_shops() etc.
</p>]]></description>
		</item>

	</channel>
</rss>