Forums
Forums / Plugin: WooCommerce / Order list lacks timestamp
(@sirrahikkala)
8 years, 11 months ago
How can I show time of the order alongside the date? Is there anything I can add to functions.php without stabbing the core woocommerce files?
(@claudiulodro)
There is a filter you can hook into: https://github.com/woocommerce/woocommerce/blob/c16acc6b5104acb0ed082e7df1c63dfd77598459/includes/admin/class-wc-admin-post-types.php#L545
Any PHP date format should work in there.
The topic ‘Order list lacks timestamp’ is closed to new replies.