Contributions are welcome to the Gravity Flow Code Snippet Library.
To submit a code library for inclusion in the library, please fork the repository and then submit a pull request.
Guidelines for submission:
- Each snippet should be placed in its own file.
- Each file should be named appropriately based on the purpose of the snippet.
- All functions and classes should be prefixed with your own unique prefix, preferably one that contains your initials followed by
_gravityflow_
. For example:sh_gravityflow_{function name here}
. - Add a plugin header to make the snippet easy to install as a plugin.