I’m giving a presentation at WordCamp Atlanta today and so I’m providing a copy of my presentation for attendees to more easily follow along. Hardcore URL Routing for WordPress [PDF] (~1mb) And if you can’t make it to the WordCamp today, then lucky you; no need to attend! UPDATE: And on SlideShare: Hardcore URL Routing… Continue reading
Tag Archives: Action Hooks
Enabling Action and Filter Hook Removal from Class-based WordPress Plugins
In our tutorial “Using Classes as Code Wrappers for WordPress Plugins” we took a plugin that used a global function for its filter hook and converted it to using a PHP class as a code wrapper. Unfortunately the approach we showed didn’t allow other plugins and/or themes to remove or chain the actions and/or filters… Continue reading
How to Write a Basic WordPress Plugin
Plugins for WordPress can be very elaborate and require significant programming expertise to develop. But learning to develop a WordPress plugin doesn’t have to be difficult; you can start small and grow your skills over time. Let’s start with a very simple WordPress plugin that you might build for yourself or a client. Name the Plugin… Continue reading