WordPress: Empty Plugin Template – A plugin template to start with

S T I L L   B E T A

As it says, an empty plugin considering all the advices given in

http://codex.wordpress.org/Writing_a_Pluginhttp://codex.wordpress.org/Creating_Options_Pages and http://planetozh.com/blog/2009/09/top-10-most-common-coding-mistakes-in-wordpress-plugins/

Including:

  • multi language ability
  • uninstall routine
  • data delete routine (avoid orphaned data)
  • coding advices
  • security aspects (validating user inputs, nonces)
  • external third party stuff (Ajax, CSS, Javascript)
  • shortcode
  • WordPress scheduler (“cronjob”)

Download from WordPress repository

Changelog

0.1 (17.02.2011)

  • first Version

4 Gedanken zu „WordPress: Empty Plugin Template – A plugin template to start with

  1. Powie

    Danke für das coole Ding. Lerne gerade WP Codex und hatte bereits meine ersten Schritte gemacht um ein eigenes Plugin zu bauen. Mit dem EPT noch mehr Stoff zu lernen 🙂
    Was noch cool wäre (weil ichs brauchen werde) der Start um einen Shortcode zu handeln 🙂

  2. Jacob Dubail

    Hey there,

    Are you actively developing this plugin?

    Thinking about using it as a starting point for a new plugin, but want to get a sense from you about support/updates/improvements/etc. I’d be happy to contribute some code changes to it, as well.

    Thanks,
    Jacob

Kommentare sind geschlossen.