I’m trying to create a custom version of WordPress and now I’m stucked with the plugins api…
Is there someone who can explain me how it works.
Thank you.
I’m trying to create a custom version of WordPress and now I’m stucked with
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Start with this guide on writing your first plugin. Other than that, you should poke around existing plugins and see if you can follow all the API calls described here.
If you want more specific answers you should first start trying to develop something simple and come back when you hit a specific roadblock.