Skip to content

Commit 338cc7c

Browse files
committed
Update
1 parent dab7506 commit 338cc7c

File tree

1 file changed

+18
-3
lines changed

1 file changed

+18
-3
lines changed

README.md

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,25 @@
11
# Additional JavaScript for WordPress Customizer
22

3-
<img src="assets/aj.gif" />
3+
<img src="assets/additional-javascript.png" />
44

5-
## About etc.
5+
## About
66

7-
tba
7+
**Additional JavaScript for WordPress Customizer** lets you add JavaScript code using the WordPress Customizer.
8+
9+
## Note
10+
11+
You need to have the `edit_css` capability to add JavaScript. `edit_css` has the same capability as [unfiltered_html](https://wordpress.org/support/article/roles-and-capabilities/#unfiltered_html)
12+
13+
## Installation
14+
15+
You know the drill.
16+
17+
- [Download the plugin](https://github.com/soderlind/additional-javascript/archive/master.zip)
18+
- Go to Plugins > Add New.
19+
- Click on Upload Plugin button found on top left corner of page
20+
- Select the downloaded .zip file
21+
22+
The plugin is also available via wppackagist as `soderlind/additional-javascript`
823

924
# Copyright and License
1025

0 commit comments

Comments
 (0)