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
+18-3Lines changed: 18 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,25 @@
1
1
# Additional JavaScript for WordPress Customizer
2
2
3
-
<imgsrc="assets/aj.gif" />
3
+
<imgsrc="assets/additional-javascript.png" />
4
4
5
-
## About etc.
5
+
## About
6
6
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`
0 commit comments