woocommerce_report_taxes_prepare_export_item
woocommerce_report_taxes_prepare_export_item
Appears in: woocommerce.10.8.1
Hook Type: filter
Displaying hooks found in version: woocommerce.10.8.1apply_filters('woocommerce_report_taxes_prepare_export_item') is found 1 times:
- /src/Admin/API/Reports/Taxes/Controller.php line 279
Warning: Undefined array key 281 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
Warning: Undefined array key 282 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
Warning: Undefined array key 283 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
Warning: Undefined array key 284 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
* @since 10.7.0 * @param array $export_item Key value pair of column ID and row value. * @param array $item The original report item. */ return apply_filters( 'woocommerce_report_taxes_prepare_export_item', $export_item, $item ); } }