Stop Calling get_option Directly. Do This Instead.
I took over a legacy WooCommerce plugin for a new client last month. Total nightmare. The previous developer had sprinkled get_option() and update_option() calls everywhere,…
I took over a legacy WooCommerce plugin for a new client last month. Total nightmare. The previous developer had sprinkled get_option() and update_option() calls everywhere,…
Had a client come to me with a ‘quick job’ the other day. They have a super active blog, great community, and they wanted to…
I got a call to take over a project with a massive, custom-built events plugin. It was a total mess. The previous developers had built…
Had to onboard a new junior dev last month for a big WooCommerce project. First task was simple: set up the local environment. He’s a…
I got a call from a client last week. Their last developer bailed, and they had a “simple” request: add a new delivery option to…
I got a call from a client in a full-blown panic. Their WooCommerce store, which does huge numbers, was completely down. On Black Friday. They…
A buddy of mine, a killer PHP dev, built a WooCommerce extension for subscription invoicing. It was clean, well-documented, and solved a real problem. He…
I had a client with about a dozen small WordPress sites—nothing major, mostly local businesses. Every month, they wanted a simple health check report. Traffic,…
I got a call from a client running a membership site on a pretty old, third-party plugin. Their problem? They needed to sync a user’s…
I was working on a small security plugin a while back and decided to get it onto the official WordPress directory. But then I remembered…