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
73a50df8
Commit
73a50df8
authored
Jan 20, 2018
by
Muhammad Usman
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'usman' of
http://gitlab.vqode.com/aliarshad/apex_micro_site
into usman
parents
f75f37f6
1b527f24
Pipeline
#185
passed with stage
in 0 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
functions.php
WWW_DATA/wp-content/plugins/apex_global_lms/functions.php
+6
-1
e-learning.php
...p-content/plugins/apex_global_lms/template/e-learning.php
+0
-1
No files found.
WWW_DATA/wp-content/plugins/apex_global_lms/functions.php
View file @
73a50df8
...
@@ -15,6 +15,12 @@ add_filter('wp_nav_menu_items', 'vq_add_lms_navigation', 10, 2);
...
@@ -15,6 +15,12 @@ add_filter('wp_nav_menu_items', 'vq_add_lms_navigation', 10, 2);
add_filter
(
'query_vars'
,
'vq_query_vars_filter'
);
add_filter
(
'query_vars'
,
'vq_query_vars_filter'
);
add_action
(
'admin_menu'
,
'vq_add_plugin_setting_page'
);
add_shortcode
(
'vq_short_banner'
,
'vq_render_short_banner'
);
add_filter
(
'query_vars'
,
'vq_query_vars_filter'
);
add_shortcode
(
'vq_short_banner'
,
'vq_render_short_banner'
);
add_shortcode
(
'vq_short_banner'
,
'vq_render_short_banner'
);
add_shortcode
(
'vq_large_banner'
,
'vq_render_large_banner'
);
add_shortcode
(
'vq_large_banner'
,
'vq_render_large_banner'
);
...
@@ -129,5 +135,4 @@ function vq_render_large_banner($attr) {
...
@@ -129,5 +135,4 @@ function vq_render_large_banner($attr) {
echo
$banner
;
echo
$banner
;
}
}
WWW_DATA/wp-content/plugins/apex_global_lms/template/e-learning.php
View file @
73a50df8
...
@@ -66,7 +66,6 @@ $course_categories = get_terms( array(
...
@@ -66,7 +66,6 @@ $course_categories = get_terms( array(
txt="Not sure which course to take?"]'
);
?>
txt="Not sure which course to take?"]'
);
?>
<?php
do_shortcode
(
'[vq_large_banner pgslg="banner"]'
)
?>
<?php
do_shortcode
(
'[vq_large_banner pgslg="banner"]'
)
?>
</div>
</div>
<?php
<?php
get_footer
();
get_footer
();
...
...
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