Rename multiple order statuses in Woocommerce
问题 I'm trying to rename multiple WooCommerce order status by editing my theme's functions.php file. I found some code posted here a couple years ago that works to change a single order status, but since I'm very inexperienced with php, I don't know how to expand on it to change multiple statuses. Ideally I'd also like to rename 'wc-processing' to 'Paid' and 'wc-on-hold' to 'Pending'. Here's the code I found to edit a single order status: function wc_renaming_order_status( $order_statuses ) {