Skip to content

Commit 61abdb2

Browse files
authored
Update woocommerce.php
1 parent c1a989f commit 61abdb2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

includes/plugins/woocommerce.php

+1-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ private function __construct() {
3636
add_action( 'admin_enqueue_scripts', array( $this, 'wpp_admin_woocommerce_jalali_datepicker_assets' ) );
3737

3838
// Convert order_date using js
39-
.1.0
4039
add_action( 'save_post', array( $this, 'wpp_change_order_date_on_save_order' ), 0, 2 );
4140
add_action( 'admin_footer', array( $this, 'wpp_fix_show_created_order_date' ) );
4241
add_action( 'admin_init', array( $this, 'wpp_change_wc_report_dates' ), 1000 );
@@ -526,4 +525,4 @@ public function wpp_validate_phone_number( $data, $errors ) {
526525
}
527526
}
528527

529-
return WPP_WooCommerce::getInstance();
528+
return WPP_WooCommerce::getInstance();

0 commit comments

Comments
 (0)