woocommerce_report_variations_prepare_export_item
woocommerce_report_variations_prepare_export_item
Appears in: woocommerce.10.8.1
Hook Type: filter
Displaying hooks found in version: woocommerce.10.8.1apply_filters('woocommerce_report_variations_prepare_export_item') is found 1 times:
- /src/Admin/API/Reports/Variations/Controller.php line 445
Warning: Undefined array key 447 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
Warning: Undefined array key 448 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
Warning: Undefined array key 449 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
Warning: Undefined array key 450 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_variations_prepare_export_item', $export_item, $item ); } }