Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
apex_micro_site
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Merge Requests
0
Merge Requests
0
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Ali Arshad
apex_micro_site
Commits
68a97e5d
Commit
68a97e5d
authored
Jan 24, 2018
by
Muhammad Usman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
version added
parent
5e70005d
Pipeline
#223
passed with stage
in 0 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
index.php
...t/plugins/apex_global_lms/template/dependencies/index.php
+5
-3
No files found.
WWW_DATA/wp-content/plugins/apex_global_lms/template/dependencies/index.php
View file @
68a97e5d
...
@@ -4,9 +4,10 @@ add_action('wp_enqueue_scripts', 'register_third_party_styles');
...
@@ -4,9 +4,10 @@ add_action('wp_enqueue_scripts', 'register_third_party_styles');
function
register_third_party_styles
()
{
function
register_third_party_styles
()
{
wp_enqueue_style
(
'vq-chosen-css'
,
plugin_dir_url
(
__FILE__
)
.
'/chosen/chosen.min.css'
,
''
,
'1.0.0'
)
;
$version
=
'1.1.1'
;
wp_enqueue_s
cript
(
'vq-chosen-js'
,
plugin_dir_url
(
__FILE__
)
.
'/chosen/chosen.jquery.min.js'
,
'jQuery'
,
'1.0.0'
);
wp_enqueue_s
tyle
(
'vq-chosen-css'
,
plugin_dir_url
(
__FILE__
)
.
'/chosen/chosen.min.css'
,
''
,
$version
);
wp_enqueue_script
(
'vq-custom-js'
,
plugin_dir_url
(
__FILE__
)
.
'/custom-script.js'
,
'jQuery'
,
'1.0.0'
);
wp_enqueue_script
(
'vq-chosen-js'
,
plugin_dir_url
(
__FILE__
)
.
'/chosen/chosen.jquery.min.js'
,
'jQuery'
,
$version
);
wp_enqueue_script
(
'vq-custom-js'
,
plugin_dir_url
(
__FILE__
)
.
'/custom-script.js'
,
'jQuery'
,
$version
);
}
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment