Artikel

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

PluginsWordpress

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 Kommentare

  1. Powie 18.02.2011

    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 13.09.2011

    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

    1. Juergen Schulze 15.09.2011

      Hi, there,
      honestly I don’t have much time to develop it.
      You can of course contribute it or build your own fork.
      Juergen