WooCommerce get all order notes of an order using order ID
I googled this same topic, but nothing found to be easy, so just writing one. The WooCommerce order notes are actually stored as comments to the order’s post. So I just saw the WooCommerce core and got an idea to make custom function for it, you can find it below In WooCommerce all order notes […]