-
Notifications
You must be signed in to change notification settings - Fork 42
/
index.html
26 lines (16 loc) · 1.41 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
---
layout: default
---
<div class="home">
<p>This is a community-maintained repository of code snippets that help modify the default behavior of <a href="https://easydigitaldownloads.com">Easy Digital Downloads</a>.</p>
<p>Snippets are organized into categories (folders) and each snippet is placed in its own file with a name that describes what it does.</p>
<h2>Using Snippets</h2>
Most files in this library are set up to be WordPress plugins:
<ol>
<li>Browse the categories in the main menu above to find the snippet you need.</li>
<li>Use the <a href="https://wpcode.com" target="_blank" rel="noopener">WPCode.com</a> plugin to <a href="https://wpcode.com/docs/how-to-create-your-first-snippet/" target="_blank" rel="noopener">add snippets</a> to your site.</li>
</ol>
If you need help customising any of the snippets or do not understand how to use them, we recommend using <a href="https://easydigitaldownloads.com/customize-easy-digital-downloads/" rel="noopener" target="_blank">Codeable</a> as a trusted source for customizing your Easy Digital Downloads Store.
<h2>Notes</h2>
<strong>These snippets come with no guarantees.</strong> Due to the constant evolution of the EDD codebase, it is possible that the behavior of these snippets may change overtime. Find something broken? <a href="https://github.com/easydigitaldownloads/library/issues">Let us know</a>!
</div>