What request am I in?
When using XDebug to debug WordPress (or to debug specific WordPress plugins), I sometimes find my breakpoints are triggered multiple...
When using XDebug to debug WordPress (or to debug specific WordPress plugins), I sometimes find my breakpoints are triggered multiple...
I spend a lot of my time working with WooCommerce, but it can be useful to look across at other...
WooCommerce comes complete with its own database-backed session handler. Information about the shopper, the contents of their cart, any flash...
In Part 2 of this tutorial, we rounded out our Action Scheduler-driven strategy for sending emails asynchronously. Once again, emails...
In Part 1 of this tutorial, we crafted a short piece of code (just 14 lines, depending on how one...
Interested in building blocks for WordPress, but a little intimidated? There is a great post from Matty Cohen which provides...
Are those REST API endpoints responding as quickly as they should? Or, perhaps there are some problems with the returned...
When the Action Scheduler library needs to process any waiting tasks, it does so via one or more "queue runners"...
Often you will see tutorials that describe how to customize WordPress and, frequently, they will suggest you do this by...