Plugin Thoughts Episode 3 – Don’t Forget About Core Functions

When developing for WordPress, both in themes and plugins, do not forget that many, many core functions exist and that it is not always necessary (or wise) to write your own custom methods. Most core functions have actions and filters included, so when you write your own function to replace the one in core, these…