How to remove Pending Payment status
Copy and paste this code in you functions.php file in your active theme. Please follow the template structure so that it will not cause an error.
function wpcsr_defualt_shipment_status_callback(){ return false; } add_action('wpcsr_defualt_shipment_status', 'wpcsr_defualt_shipment_status_callback');