How to customize the status report in Dashboard

status-report

Copy and paste the following code in your child theme’s functions.php file.

add_filter( 'wpcfe_report_status', 'wpcfe_report_status_callback', 10, 1 );
function wpcfe_report_status_callback( $status ){
	$status_display = array(
		'Delivered',
		'Pending Payment',
		'Cancelled'
	);
	return $status_display;
}

Output

status-report-output
2
    2
    Your Cart
    Remove
    WPCargo Shipment Rate
    1 X $79.00 = $79.00
    Remove
    WPCargo Advance Package
    2 X $349.00 = $698.00