Software Engineering in Web Development, Backend Services, and More

Search: “wordpress plugins” (Page 86 of 127)

We found 631 results for your search.

Making Remote Requests with wp_remote_get

[…] with Standard, we’ve had less than stellar experience especially when it comes to budget hosts. This is where wp_remote_get comes into play. In short, wp_remote_get is a simple WordPress API function that’s used to retrieve data from a specified URL using the HTTP GET method. Understanding wp_remote_get Of course, as with most API methods, there’s […]

Do One Thing and Do It Well – But How?

[…] class should have a single responsibility, and that responsibility should be entirely encapsulated by the class. All its services should be narrowly aligned with that responsibility. In WordPress – and even other languages and platforms – developers often extend this particular principle to lower-level components like functions. After all, if each function has a […]

We Need Better Abstraction in WordPress Projects

[…] in programming lives at some level of abstraction. I bring all of this up because I’ve seen – and continue to see – huge opportunities for refactoring WordPress-based code (specifically in themes and plugins) into more abstract units in other code as well as my own. An Example of Abstraction Suffice it to say […]

Start Writing WordPress Tutorials in these Gutenberg Times

[…] a beginner’s hopes up only to let them down to leave them feel more confused by the time they’re done. Saying “here’s how to write your first WordPress plugin” is a little bit better because it sets a level of expectation in terms of the level of experience required. If the reader is a […]

« Older posts Newer posts »

© 2026 Tom McFarlin

Theme by Anders NorenUp ↑