Skip to content

Commit

Permalink
Update woocommerce.php
Browse files Browse the repository at this point in the history
  • Loading branch information
man4toman authored Oct 28, 2023
1 parent c1a989f commit 61abdb2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions includes/plugins/woocommerce.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ private function __construct() {
add_action( 'admin_enqueue_scripts', array( $this, 'wpp_admin_woocommerce_jalali_datepicker_assets' ) );

// Convert order_date using js
.1.0
add_action( 'save_post', array( $this, 'wpp_change_order_date_on_save_order' ), 0, 2 );
add_action( 'admin_footer', array( $this, 'wpp_fix_show_created_order_date' ) );
add_action( 'admin_init', array( $this, 'wpp_change_wc_report_dates' ), 1000 );
Expand Down Expand Up @@ -526,4 +525,4 @@ public function wpp_validate_phone_number( $data, $errors ) {
}
}

return WPP_WooCommerce::getInstance();
return WPP_WooCommerce::getInstance();

0 comments on commit 61abdb2

Please sign in to comment.