I do have two questions:
- I want to strip zero numbers from a value. I.e. the value is 0014890 and I want to remove both zero numbers at the beginning. So the result should be 14890.
- I am trying to retrieve the order details link (order details) in the WooCommerce backend. Is this possible?