Useful WordPress utility functions
Paul shares some of the WordPress utility functions he’s collected and uses often.
Paul shares some of the WordPress utility functions he’s collected and uses often.
Creating custom URL rewrites in WordPress, using an easy-to-read, step-by-step tutorial.
In this WordPress.tv episode, Daniel Bachhuber – a Code Wrangler at WordPress.com VIP team – presents what it means to be “one with the code” of WordPress development for providing elegant solutions.
How a function that doesn’t do anything can save your life. Well, not really, but close. _n_noop() can be very interesting, especially for APIs in larger plugins.
Should you choose Eager or Lazy initialization for your singleton class based plugin?
I recently ran across this excellent slide deck from K. Adam White on evolving your JavaScript with BackBone.js. It’s a really great deck that I highly recommend you fully digest. It’s simple enough for people not yet well versed in such things but want to learn, but also has plenty of meaty content for those…
WordPress provides classes for stock roles on comments, this tutorial shows you how to add them for custom roles and how to style the comments.