0 ) { foreach ( $orders as $order ) : ?>
dashboard->order_list_title( $order->ID ); ?> dashboard->order_list_status( $order->ID ); ?>
dashboard->order_list_total( $order->ID ); ?>
dashboard->order_list_customer( $order->ID ); ?>
dashboard->order_list_date( $order->ID ); ?>
dashboard->order_list_actions( $order->ID ); ?>
' . __( 'No orders found', 'digifly' ) . ''; } EDD_FES()->dashboard->order_list_pagination();