Skip to content
This repository has been archived by the owner on Aug 14, 2023. It is now read-only.

Latest commit

 

History

History
14 lines (9 loc) · 840 Bytes

contributing.md

File metadata and controls

14 lines (9 loc) · 840 Bytes

Contribute to the SearchWP Code Snippet Library

The SearchWP code snippet library is a community-maintained repository and so contributions are always welcome.

Submitting a Snippet

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 it's own file.
  • Each file should be named appropriately based on the purpose of the snippet.
  • Files should be placed in the appropriate category (folder). If no category exists, you may create one with your pull request.
  • All functions and classes should be prefixed with your own unique prefix, preferrably one that contains your initials followed by _swp_. For example: jc_swp_{function name here}.