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
69bbbc29
Commit
69bbbc29
authored
Feb 14, 2018
by
Muhammad Usman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
small mod
parent
8999461f
Pipeline
#303
passed with stage
in 0 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
template.php
WWW_DATA/wp-content/plugins/apex_global_lms/template.php
+1
-0
order-redirection.php
...nt/plugins/apex_global_lms/template/order-redirection.php
+2
-2
No files found.
WWW_DATA/wp-content/plugins/apex_global_lms/template.php
View file @
69bbbc29
...
@@ -42,6 +42,7 @@ function use_lms_template($data)
...
@@ -42,6 +42,7 @@ function use_lms_template($data)
return
__DIR__
.
'/template/pricing-request.php'
;
return
__DIR__
.
'/template/pricing-request.php'
;
}
}
else
if
(
is_page
(
'lms-notify'
))
{
else
if
(
is_page
(
'lms-notify'
))
{
$id
=
$_GET
[
'order_id'
];
$id
=
$_GET
[
'order_id'
];
$content
=
get_the_content
(
$id
);
$content
=
get_the_content
(
$id
);
...
...
WWW_DATA/wp-content/plugins/apex_global_lms/template/order-redirection.php
View file @
69bbbc29
...
@@ -2,6 +2,6 @@
...
@@ -2,6 +2,6 @@
$order_id
=
$_GET
[
'order_id'
];
$order_id
=
$_GET
[
'order_id'
];
update_post_meta
(
$order_id
,
'order_redirection_data_get'
,
$_GET
);
update_post_meta
(
$order_id
,
'order_redirection_data_get'
,
json_encode
(
$_GET
)
);
update_post_meta
(
$order_id
,
'order_redirection_data_post'
,
$_POST
);
update_post_meta
(
$order_id
,
'order_redirection_data_post'
,
json_encode
(
$_POST
)
);
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