Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Introduction to WordPress Plugin Development

Introduction to WordPress Plugin Development

An introduction to developing WordPress plugins, presented at the first ever WordPress Contributor Workshop day on the 27th of March 2015 in Cape Town, South Africa.

Matty Cohen

March 27, 2015
Tweet

More Decks by Matty Cohen

Other Decks in Programming

Transcript

  1. @mattyza WordPress Plugins 101 Everything you need to know to

    start designing and building WordPress plugins, right away.
  2. @mattyza Look under the Hood Some say… WordPress core code

    is all available to you. Look inside!
  3. @mattyza Test, Test, Test! Test your code. Test it again.

    Get a friend to test. Then test it again.
  4. @mattyza Keep it lean and relevant. Find a starter which

    meets your needs. If those needs change, fork it.
 (Don’t forget to pull request back to the original!)
  5. @mattyza Be mindful of other plugins If your plugin relies

    on another plugin, initialise on plugins_loaded.