We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6fb99f commit 129ee8fCopy full SHA for 129ee8f
mu-plugins/theme-unity.php
@@ -9,11 +9,10 @@
9
10
CURRENT="$(dirname "$0")/external-plugin-update.log"
11
12
-# From wp-content/themes/unity/inc/frontend.php
+# From wp-content/themes/unity/inc/tgm-plugins.php
13
EXTERNAL_PLUGINS=(
14
- "http://www.wpopal.com/thememods/appthemer-crowdfunding.zip"
15
- "http://www.wpopal.com/thememods/js_composer.zip"
16
- "http://www.wpopal.com/thememods/revslider.zip"
+ "http://source.wpopal.com/plugins/new/js_composer.zip"
+ "http://source.wpopal.com/plugins/new/revslider.zip"
17
)
18
19
for PLUGIN in "${EXTERNAL_PLUGINS[@]}"; do
0 commit comments