AlexTrup
Sophomore
Just Getting Started
Member Likes (0)
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.
Responses (9)
Member (joined March 2012) Likes (0)
Here you go Alex
There is also a live demo here as well.
http://premium.wpmudev.org/project/e-commerce/
Member (joined June 2012) Likes (0)
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).
At the moment it's kind of guesswork looking at the code, would be nice if there were some documentation outlining it.
Member (joined March 2012) Likes (0)
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.
Member (joined March 2012) Likes (0)
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.
http://www.nathanrice.net/blog/an-introduction-to-wordpress-action-hooks/
http://wpcandy.com/teaches/how-to-use-wordpress-hooks
http://archive.extralogical.net/2007/06/wphooks/
http://blairwilliams.com/2010/05/18/wordpress-hooks-for-everyone/
Member (joined June 2012) Likes (0)
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...
Anyone?
Member (joined March 2012) Likes (0)
See if you can Search the MarketPress code for "do_action" to see what hooks are available.
Inactive (joined February 2012) Likes (0)
It hasn't been listed anywhere, let me as @PaulM for the best way to find all the functions. Hold on.
Developer (joined January 2012) Likes (0)
@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.
So what are you trying to do? and maybe I can offer some guidance.
Support Chimp (joined March 2010) Likes (0)
Hey there, just checking in to see how things are going here as we have not heard from you in a short while.
You can also find a list of handy functions in the following file:
/marketpress/marketpress-includes/template-functions.php
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.
If you need anything further then please feel free to reopen the thread or create a new one if needed.
Take care and have a great day!
WordPress Questions?
We've got answers!
Find out more »