How to Setup an Interactive WordPress Shell
One of my favorite features of (most) interpreted programming languages is the Read-Eval-Print-Loop or REPL. REPLs allow for much quicker feedback during experimentation, and are invaluable tools for learning a language. When I started working with PHP more extensively, I quickly became frustrated with the Edit-Save-Refresh workflow I had gotten into, especially when I was [...]
Tweet

