You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+2-23
Original file line number
Diff line number
Diff line change
@@ -7,27 +7,6 @@ Snippets are organized into categories (folders) and each snippet is placed in i
7
7
8
8
[View the full site here](http://library.easydigitaldownloads.com)
9
9
10
-
## Using Snippets
10
+
Using the full site (link above) instead of browsing this repository is recommended.
11
11
12
-
Most files in this library are set up to be WordPress plugins:
13
-
14
-
1. Navigate to the [EDD Library site](http://library.easydigitaldownloads.com).
15
-
2. Browse and locate the snippet you'd like to use. Each file is set up to be a WordPress plugin.
16
-
3. Copy the code snippet from the page and paste it into a new, empty WordPress plugin.
17
-
4. Activate the plugin from the WordPress plugins page.
18
-
19
-
If you need help customising any of the snippets or do not understand how to use them, we recommend [hiring an EDD consultant](https://easydigitaldownloads.com/consultants/).
20
-
21
-
## Submitting Your Snippet
22
-
23
-
We welcome and encourage everyone to submit their code snippets. If you would like to submit your snippet, please [fork](https://github.com/easydigitaldownloads/library/fork) the repository and then create a [pull request](https://github.com/easydigitaldownloads/library/compare/).
24
-
25
-
Please refer to the [Contributing guidelines](https://github.com/easydigitaldownloads/library/blob/master/CONTRIBUTING.md) before submitting your pull request.
26
-
27
-
## Proposing a Snippet
28
-
29
-
If there is a snippet you are unable to find and would like to propose get written, please open an [issue](https://github.com/easydigitaldownloads/library/issues) and describe your need. Please note that there is no guarantee that snippet requests will be honored.
30
-
31
-
## Notes
32
-
33
-
These snippets come with no guarantees. Due to the constant evolution of the EDD codebase, it is possible that the behavior of these snippets may change overtime. Find something broken? [Let us know](https://github.com/easydigitaldownloads/library/issues)!
12
+
**Important:** Snippets are not actively maintained or supported. Use at your own risk.
Copy file name to clipboardexpand all lines: index.html
+11-13
Original file line number
Diff line number
Diff line change
@@ -4,25 +4,23 @@
4
4
5
5
<divclass="home">
6
6
7
-
This is a community-maintained repository of code snippets that help modify the default behavior of [Easy Digital Downloads](https://easydigitaldownloads.com).
7
+
<p>This is a community-maintained repository of code snippets that help modify the default behavior of <ahref="https://easydigitaldownloads.com">Easy Digital Downloads</a>.</p>
8
8
9
-
Snippets are organized into categories (folders) and each snippet is placed in its own file with a name that describes what it does.
9
+
<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>
10
10
11
-
[View the full site here](http://library.easydigitaldownloads.com)
12
-
13
-
## Using Snippets
11
+
<h2>Using Snippets</h2>
14
12
15
13
Most files in this library are set up to be WordPress plugins:
16
14
17
-
1. Navigate to the [EDD Library site](http://library.easydigitaldownloads.com).
18
-
2. Browse and locate the snippet you'd like to use. Each file is set up to be a WordPress plugin.
19
-
3. Copy the code snippet from the page and paste it into a new, empty WordPress plugin.
20
-
4. Activate the plugin from the WordPress plugins page.
21
-
22
-
If you need help customising any of the snippets or do not understand how to use them, we recommend [hiring an EDD consultant](https://easydigitaldownloads.com/consultants/).
15
+
<ol>
16
+
<li>Browse the categories in the main menu above to find the snippet you need.</li>
17
+
<li>Copy the code snippet from the page and paste it into a new, empty WordPress plugin.</li>
18
+
<li>Activate the plugin from the WordPress plugins page.</li>
19
+
</ol>
20
+
If you need help customising any of the snippets or do not understand how to use them, we recommend <ahref="https://easydigitaldownloads.com/consultants/">hiring an Easy Digital Downloads consultant</a>.
23
21
24
-
## Notes
22
+
<h2>Notes</h2>
25
23
26
-
These snippets come with no guarantees. Due to the constant evolution of the EDD codebase, it is possible that the behavior of these snippets may change overtime. Find something broken? [Let us know](https://github.com/easydigitaldownloads/library/issues)!
24
+
<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? <ahref="https://github.com/easydigitaldownloads/library/issues">Let us know</a>!
0 commit comments