Category WordPress

Redirecting After Plugin Activation

Occasionally when building a WordPress plugin, you may want to have the plugin immediately show its settings page after activation. I don’t typically like this practice because it’s an unexpected change to the standard WordPress user experience, but in certain…

WordCamp Raleigh 2019

We wrapped up a successful WordCamp Raleigh earlier today and I figured I should write a quick post about it while it was still fresh in my mind. I also wanted to make sure I got a copy of my…

VSCode Chrome Debugger and Gutenberg

While working on a recent issue in Gutenberg, I needed to do some javascript debugging. Normally I'd just do this in Chrome using the dev tools, but I decided to see if I could get the VSCode Chrome debugger working to be able to do it directly inside the IDE.