Here’s a few tools that are seriously helpful when developing with wordpress:
Boilerplates for plugin settings pages:
- I find this one the best: http://wpsettingsapi.jeroensormani.com Jeroen Sormani’s template works well and the code has excellent readability. Only thing to note is the default code adds a chunk of whitespace to some of the form fields.
- and this one the second best: https://jeremyhixon.com/tool/wordpress-option-page-generator/ Jeremy Hixon’s code is slightly more complex and I’ve had to tweak it more to use. Still a very good kick off point.
JSfiddle and Github are both perfect for testing code.