Replace order status names everywhere incl. Woocommerce admin order preview
问题 I need to rename "On Hold" to "Pending Approval" and "Processing" to "Approved", in every instance. (Btw, I'm a diy shop owner, not a developer) This topic got me 60% there, Rename multiple order statuses in Woocommerce Now need to address these locations: admin > orders, the preview popup (eye symbol). front end > my-account/orders, the Status column. front end > my-account/view-order/x, the summary line. My code: add_filter( 'wc_order_statuses', 'rename_order_statuses', 20, 1 ); function