• Hello,

    I have been using following code to export refunds, but since updating to HPOS it doesn’t work anymore:

    add_action(‘admin_init’, function($statuses){
    WC_Order_Export_Data_Extractor_UI::$object_type=’shop_order_refund’;
    WC_Order_Export_Data_Extractor::$object_type=’shop_order_refund’;
    } );

    Can you help?

    • This topic was modified 1 year, 4 months ago by schero86.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Export refunds’ is closed to new replies.