-
Notifications
You must be signed in to change notification settings - Fork 28
Home
Forest Hoffman edited this page Jun 16, 2015
·
12 revisions
Welcome to the game-on wiki!
If you don't already have your development workspace set up, see this page!
We are now following the WordPress syntax standards for PHP and JavaScript. It is important to know what these rules are!
Ensure that JavaScript and PHP functions are uniquely (and descriptively) named with the "go_" prefix. This prevents conflicts with other plugins.
e.g. If go_add_post
where named add_post
, there would be a much higher chance of conflicts with other plugins!