The case against Singletons in WordPress
Mike Toppa makes a case against Singletons in the ongoing discussion regarding best practices for object oriented WordPress development.
Cool tools and tech talk for designers, developers, and engineers working with WordPress.
Mike Toppa makes a case against Singletons in the ongoing discussion regarding best practices for object oriented WordPress development.
As a hosting company, I beg and plead with you, the developer of sites, to do some basic sanity checks, before you upload your code, for the world to experience. Your clients will thank you. So will our monitoring systems.
Mark Jaquith explains how he built “Have Baby. Need Stuff!”, a baby gear site built on WordPress and inspired by “The Wirecutter”
A thorough post about how you can leverage the WordPress 3.5 Media Manager in a widget.
Although the official WordPress source code still lives in a Subversion repository, you can contribute patches without having to touch svn
Shows how to remove the WordPress admin bar. Then wraps it in a current_user_can check to keep it around for site admins.
Nice example of filtering get_terms() to orderby the include parameter. It’s also demonstrating with a WooCommerce example, which is handy.
You know what really grinds my gears? Code duplication. And you know where you can find plenty of that? In WordPress themes!
When it comes to page caching and WordPress, there are a number of options out there. Nginx caching, Varnish, Batcache, W3TC Page Caching, W
Using the singleton pattern to disallow multiple instantiation of your class based plugin
A plain-English look at using JavaScript in WordPress, enqueuing scripts with dependencies, and preventing JavaScript conflicts.
Creating custom URL rewrites in WordPress, using an easy-to-read, step-by-step tutorial.
Should you choose Eager or Lazy initialization for your singleton class based plugin?
Hammy speeds up your website by generating and serving resized images for your content area depending on content width
Let’s explore the hook removal problem for plugins using a PHP class as a code wrapper
Once you understand how to use classes you’ll find no reason to use global functions for filter and action hooks ever again
End of content
End of content