removed var_dump
This commit is contained in:
parent
4fe59d979e
commit
371984b381
|
@ -20,8 +20,6 @@ function get_woocommerce_thankyou( $atts ) {
|
|||
function woocommerce_thankyou( $atts ) {
|
||||
global $woocommerce, $order;
|
||||
|
||||
var_dump($_GET);
|
||||
|
||||
// Pay for order after checkout step
|
||||
if (isset($_GET['order'])) $order_id = $_GET['order']; else $order_id = 0;
|
||||
if (isset($_GET['key'])) $order_key = $_GET['key']; else $order_key = '';
|
||||
|
|
Loading…
Reference in New Issue