How to Get All Users With a Specific Role
- Written on February 28, 2009
- Posted in: WordPress

Sometimes as a WordPress plugin developer you want to get all of the users with a specific role. For example, maybe you want to create a plugin that emails all the “Editors” of your blog. To easily get all users of a role, use the function below. function getUsersWithRole($role) { //gets all users with specified…
How Many Versions of WordPress Should Plugins Support?
- Written on February 16, 2009
- Posted in: Tech Musings, WordPress

It is no secret that I enjoy writing WordPress plugins. I’ve got a few that I’ve released freely, some I keep to myself, and many are contract work. Most of my work goes undisclosed. However, when I release free plugins, the question that invariably arises is “what versions of WordPress will it support?” I have…
New WP Plugin: Absolute Privacy
- Written on February 8, 2009
- Posted in: WordPress

For the past few weeks I’ve been working on a WordPress plugin that my wife requested. Today I’m happy to announce the release of my latest WordPress plugin called Absolute Privacy. What does it do? Absolute Privacy turns your blog into the ultimate private blog. Here’s a quick list of its features: Force registrants to…
