Αυτό το πρόσθετο δεν έχει δοκιμασθεί με τις 3 τελευταίες κύριες εκδόσεις του WordPress. Μπορεί να μην αναπτύσσεται ή να υποστηρίζεται άλλο και να έχει προβλήματα συμβατότητας με τις πιο πρόσφατες εκδόσεις του WordPress.

EPT Empty Plugin Template

Περιγραφή

STILL BETA Use this emtpy wordpress plugin template to build your own.

Considering all the advices given in https://codex.wordpress.org/Writing_a_Plugin, https://codex.wordpress.org/Creating_Options_Pages and http://planetozh.com/blog/2009/09/top-10-most-common-coding-mistakes-in-wordpress-plugins/

Every important point will have it’s own page to explain.

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”)
  • logfiles
  • capabilities

Remove plugin

  1. Deactivate plugin through the ‘Plugins’ menu in WordPress
  2. Delete plugin through the ‘Plugins’ menu in WordPress

It’s best to use the build in delete function of wordpress. That way all the stored data will be removed and no orphaned data will stay.

To do

More translations. Does someone wants to help?

Εγκατάσταση

ONLY USE THIS FOR LOCAL DEVELOPMENT
1. Upload EPT Empty Plugin Template to the /wp-content/plugins/ directory
2. Activate the plugin through the ‘Plugins’ menu in WordPress
3. Adjust settings

Συχνές Ερωτήσεις

soon

How can I support you?

Post a comment on EPT Empty Plugin Template

What is the plugin page?

EPT Empty Plugin Template

Do you have other plugins?

Check out my other WordPress Plugins

Where do I post my feedback?

Post it at the plugin page: EPT Empty Plugin Template

Κριτικές

Δεν υπάρχουν αξιολογήσεις για αυτό το πρόσθετο.

Συνεισφέροντες & Προγραμματιστές

“EPT Empty Plugin Template” είναι λογισμικό ανοιχτού κώδικα. Οι παρακάτω έχουν συνεισφέρει στη δημιουργία του.

Συντελεστές

Σύνοψη αλλαγών

0.1.1.2 (03.03.2011)

  • adding submenus

0.1.1.1 (24.02.2011)

  • small bugfix
  • testing on WordPress 3.1

0.1.1 (22.02.2011)

  • logfile handling

0.1 (17.02.2011)

  • first version