poerg
poerg

Reputation: 157

How to create plugins that won't break on update

So I've heard a lot about how you should write your own plugins (not sure if that's the right word), this way they won't break when a client updates WordPress. Am I getting the wrong idea from this? Are there any good resources for getting started on creating my own?

Upvotes: 0

Views: 55

Answers (1)

rzetterberg
rzetterberg

Reputation: 10268

That's right. It's better to write a plugin than to alter the core. This way everything won't break when you update Wordpress.

See this link to get your started. http://codex.wordpress.org/Writing_a_Plugin

Upvotes: 1

Related Questions