Software Engineering in Web Development, Backend Services, and More

Search: “plugins” (Page 98 of 131)

We found 653 results for your search.

WordPress Data Collection with EZ Data

Usually, whenever I share resources on this site, it’s for development-related tools. Sometimes it’s plugins, other times; it’s things that we may use that are tangentially related to our work. Sometimes, I’ll publish things from peers in the industry who I don’t know; other times; it’s from people who I know, consider a friend, and […]

Basic Coding Standards via PSR-1

[…] definitive way to do this but to begin seeding thoughts for how we design, plan, build, and incorporate classes. What About Views? When it comes to writing plugins, I’m partial to treating what users will see as views. But there seems to be a catch here: It’s considered a poor practice to include files as it introduces […]

Avoiding class_exists in Object-Oriented WordPress Code

If you write object-oriented code for WordPress (usually within the context of plugins), you’re likely to come across a class_exists check before initializing a class. But we should start avoiding class_exists in much of our code at this point (with a few exceptions that I’ll outline below). Depending on the version of PHP you’re […]

« Older posts Newer posts »

© 2026 Tom McFarlin

Theme by Anders NorenUp ↑