Skip to content

Commit

Permalink
is_shop bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Francisco Mat committed Sep 3, 2018
1 parent e643101 commit 0c06790
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions f5sites-woocommerce-shop_order-tables.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
#add_action('woocommerce_new_order', 'force_new_names');
}

add_action( 'template_redirect', 'custom_template_redirect' );
/*add_action( 'template_redirect', 'custom_template_redirect' );
function custom_template_redirect() {
Expand All @@ -96,7 +96,7 @@ function custom_template_redirect() {
// code logic here
endif;
}
}*/

function revert_database_schema_after_get_order() {
global $debug;
Expand Down

0 comments on commit 0c06790

Please sign in to comment.