Hacked ? : classes/formats/abstract-class-woe-formatter-plain-format.php
-
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 }
- The topic ‘Hacked ? : classes/formats/abstract-class-woe-formatter-plain-format.php’ is closed to new replies.