Enabling Action and Filter Hook Removal from Class-based WordPress Plugins Brian Krogsgard January 21, 2013 Development Let's explore the hook removal problem for plugins using a PHP class as a code wrapper
Using Classes as Code Wrappers for WordPress Plugins Brian Krogsgard January 21, 2013 Development Once you understand how to use classes you'll find no reason to use global functions for filter and action hooks ever again
How to Write a Basic WordPress Plugin Brian Krogsgard January 21, 2013 Development Learning to develop a WordPress plugin doesn’t have to be difficult; you can start small and grow your skills over time
Making PHP Singletons Safe for WP Plugins Brian Krogsgard January 21, 2013 Development Typically, Singletons are a really bad idea. But they make sense in WordPress for several reasons, let’s take a deeper look.
Typekit WP Editor Styles Brian Krogsgard January 21, 2013 Development A pretty simple solution for being able to load the Typekit script, in the WordPress admin, for use in editor-style.css.
A comprehensive developer’s guide to the theme customizer Brian Krogsgard January 21, 2013 Development This is an excellent guide. Hopefully more and more theme developers will ditch options panels for the customizer.
WordPress Rewrite Rules, Human Made Core Style Brian Krogsgard January 21, 2013 Development Joe Hoyle, of Human Made, has posted a nice tutorial on the WPRealm blog about rewrite rules. Be prepared for your brain to melt.