Category: Wordpress Tutorials
-

Debugging WordPress with PhpStorm’s Console Window and xDebug
I’ve put together a few examples of how I use PhpStorm’s interactive console for debugging WordPress. In combination with PhpStorm’s xdebug integration, it definitely improves my understanding and accuracy. Try it out, if you haven’t!
-
How to make your plugin compatible with WordPress Multisite?
While updating my Check Amazon Links plugin to work with Wordpress Multisite, I struggled with how I could make my plugin settings universal across all network installs. More specifically, I wanted it to be an option that could be turned on and off. I tried to find a way to implement a hook or filter…
-
How to Debug WordPress WP-Cron Jobs?
Learn how to debug WordPress WP-Cron Jobs. I used PhpStorm, XDebug, and Chrome Developer Tools to track down PHP errors and bugs.