• Resolved robertokalop

    (@robertokalop)


    Hi there,

    I would like to know if you made this changes to version 3.1.5
    Modified plugin file: wp-content/plugins/woo-order-export-lite/classes/formats/abstract-class-woe-formatter-plain-format.php
    Otherwise i’m hacked.

    278 $exclude_item_meta = array(
    279 ‘_qty’,
    280 ‘_tax_class’,
    281 ‘_line_subtotal’,
    282 ‘_line_subtotal_tax’,
    283 ‘_line_total’,
    284 ‘_line_tax’,
    285 ‘_line_tax_data’,
    286 );

    301 foreach( $item_meta as $meta_key => $meta_value ) {
    302 if( ! in_array( $meta_key, $exclude_item_meta ) ) {
    303 $key .= serialize( $meta_value );
    304 }
    305 }

    • This topic was modified 4 years, 6 months ago by robertokalop.
    • This topic was modified 4 years, 6 months ago by robertokalop.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Hacked ? : classes/formats/abstract-class-woe-formatter-plain-format.php’ is closed to new replies.