Last Updated on December 4, 2017 by Neil Murray
I want to move all CF7 Skins Visual code to the WordPress Coding Standards before we go to Beta testing.
This includes:
- following DocBlock Formatting
- semi-colons at the end of all statements
- if, else, for, while, and try blocks should always use braces, and always go on multiple lines
Refer to Code Documentation Standards