All Projects → eventespresso → ee-code-snippet-library

eventespresso / ee-code-snippet-library

Licence: GPL-2.0 License
EE Code Snippet Library

Programming Languages

PHP
23972 projects - #3 most used programming language
hack
652 projects
CSS
56736 projects

Projects that are alternatives of or similar to ee-code-snippet-library

30 Seconds Of React
Short React code snippets for all your development needs
Stars: ✭ 3,991 (+14681.48%)
Mutual labels:  snippets, snippets-library
30-seconds-of-code-texteditorsnippets
Files to import the 30-seconds-of-code snippets into VSCode, Atom and Sublime.
Stars: ✭ 35 (+29.63%)
Mutual labels:  snippets, snippets-library
Snippet2
A simple Code Snippet with user account and share feature
Stars: ✭ 20 (-25.93%)
Mutual labels:  snippets, snippets-library
snippet-box
Snippet Box is a simple self-hosted app for organizing your code snippets. It allows you to easily create, edit, browse and manage your snippets in various languages.
Stars: ✭ 437 (+1518.52%)
Mutual labels:  snippets, snippets-library
30 Seconds Of Php
Short PHP code snippets for all your development needs
Stars: ✭ 2,461 (+9014.81%)
Mutual labels:  snippets, snippets-library
Java Design Patterns
Design patterns implemented in Java
Stars: ✭ 71,923 (+266281.48%)
Mutual labels:  snippets, snippets-library
30-seconds-of-python
Short Python code snippets for all your development needs
Stars: ✭ 8,452 (+31203.7%)
Mutual labels:  snippets, snippets-library
flutter-riverpod-snippets
https://marketplace.visualstudio.com/items?itemName=robert-brunhage.flutter-riverpod-snippets
Stars: ✭ 33 (+22.22%)
Mutual labels:  snippets
hack-pet
🐰 Managing command snippets for hackers/bug bounty hunters. with pet.
Stars: ✭ 77 (+185.19%)
Mutual labels:  snippets
snippets.nvim
No description or website provided.
Stars: ✭ 30 (+11.11%)
Mutual labels:  snippets
competitive-rust-snippets
My Rust snippets for competitive programming
Stars: ✭ 72 (+166.67%)
Mutual labels:  snippets
opentype-feature-bundle
Syntax highlighting and snippets for OpenType feature development in TextMate/Sublime Text
Stars: ✭ 35 (+29.63%)
Mutual labels:  snippets
Bijou.js
Bijou.js: Useful JavaScript snippets in one simple library
Stars: ✭ 30 (+11.11%)
Mutual labels:  snippets
LunarVim
An IDE layer for Neovim with sane defaults. Completely free and community driven.
Stars: ✭ 9,296 (+34329.63%)
Mutual labels:  snippets
vscode-fortran-support
Fortran language support for Visual Studio Code
Stars: ✭ 49 (+81.48%)
Mutual labels:  snippets
Articles
经验文章
Stars: ✭ 128 (+374.07%)
Mutual labels:  snippets
markdown-utils
Convert plain text into snippets of markdown.
Stars: ✭ 28 (+3.7%)
Mutual labels:  snippets
vim-es2015-snippets
✂️ ES2015 code snippets for vim
Stars: ✭ 39 (+44.44%)
Mutual labels:  snippets
magnum-tips
Collection of useful snippets for https://magnum.graphics
Stars: ✭ 27 (+0%)
Mutual labels:  snippets
30-seconds-of-csharp
Short C# code snippets for all your development needs
Stars: ✭ 132 (+388.89%)
Mutual labels:  snippets

EE Code Snippet Library

This is a community-maintained repository of code snippets that help modify the default behaviour of Event Espresso. This takes inspiration from the community library Easy Digital Downloads has. Much of the guidelines and organizational structure is also copied from Easy Digital Downloads because it's so awesome!

All snippets are organized into categories represented by folders and each snippet is placed in its own file with a name that describes what it does. We've also listed all of the snippets in a searchable spreadsheet: https://docs.google.com/spreadsheets/d/1-rkQrFaf_76yQ0OWGMVDS_u3uv78KPir6GFKhoYaLhI/

Submitting Your Snippet

Anyone is welcome and encouraged to submit their code snippets. To do so, please Fork the repository and then create a pull request.

Remember the following when creating a pull request:

  1. Each snippet should be placed in it's own file.
  2. Each file should be named appropriately based on the purpose of the snippet.
  3. Files should be placed in the appropriate folder (or category). If no appropriate folder exists, you may create one with your pull request.
  4. All functions and classes should be prefixed with your own unique prefix, preferrably one that contains your initials followed by _ee_. For example, de_ee_my_awesome_code_snippet.

Proposing a Snippet

If you aren't able to find a snippet to solve a problem you have, please open an issue and describe your need. While we do consider all incoming requests, we encourage community participation in meeting these requests as our priority is given to customers with support licenses.

Important

This is not a support portal, nor is it a tutorial resource. All code found in this library is provide as is, with no guarantee or promise of functionality. Due to the constant evolution of the EE codebase, it is possible that the behaviour of any of these snippets may change overtime. If you discover something that doesn't work, let us know

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].