Software Engineering in WordPress, PHP, and Backend Development

Search: “namespaces” (Page 3 of 12)

We found 57 results for your search.

Using Package Tags in WordPress Development

[…] who have written any given plugin; it’s coming from my experience (or lack thereof). When I first got into writing WordPress plugins, I wasn’t using features like namespaces mainly because of the mixed messages I’d received regarding PHP versions, support for them, and so on. So I did the next best thing and used the […]

Why Bother With Autoloading in WordPress, Part 3

[…] code is going to be spread across multiple files. Further, each of these files is going to be bundled into their packages (we refer to these as namespaces as PHP, and most compiled languages do the same, too). So, for demonstration purposes, assume that the files are included in their namespaces. Then, throughout the […]

Suggestions for Organizing Procedural Code

[…] one file and I’ll take all of the filters and place them in another file. It’s also possible to further separate these files into subdirectories (if not namespaces, too) based on their areas of focus. For example, any actions related to the administration area can go in an admin subdirectory. Write a Debug File. I […]

« Older posts Newer posts »

© 2025 Tom McFarlin

Theme by Anders NorenUp ↑