5, 'status' => array('open', 'processing') )); if (empty($orders)) { ?>

get_date_created() ? $order->get_date_created()->getTimestamp() : ''; $show_date = '–'; if ( $order_timestamp ) { if ( $order_timestamp > strtotime( '-1 day', current_time( 'timestamp', true ) ) && $order_timestamp <= current_time( 'timestamp', true ) ) { $show_date = sprintf( /* translators: %s: human-readable time difference */ _x( '%s ago', '%s = human-readable time difference', 'wiaas' ), human_time_diff( $order->get_date_created()->getTimestamp(), current_time( 'timestamp', true ) ) ); } else { $show_date = $order->get_date_created()->date_i18n( __( 'M j, Y', 'wiaas' ) ); } } ?>
get_id() ) . '&action=edit' ); } else { $order_edit_url = admin_url('admin.php?page=wiaas-order-delivery&id=' . absint( $order->get_id() ) ); } echo '#' . esc_html($order->get_order_number()) . ''; ?>
get_status() ) ) ?> get_formatted_order_total() ?>

#