woocommerce_report_revenue_stats_prepare_export_item

woocommerce_report_revenue_stats_prepare_export_item

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.10.8.1

apply_filters('woocommerce_report_revenue_stats_prepare_export_item') is found 1 times:

  • /src/Admin/API/Reports/Revenue/Stats/Controller.php line 324

    Warning: Undefined array key 326 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 327 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 328 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 329 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_revenue_stats_prepare_export_item', $export_item, $item );
    	}
    }