Hi,
Thanx. I was hoping for a filter to make the new item always last.
This line in storage.php makes it always first:
order = isset( $orders[ $id ] ) ? $orders[ $id ] : 0;
(If I change the 0 to 99 it does exactly what I need, but I was hoping to be able to do that using a filter/action)
Best,
AJ