query_orders( array( 'fields' => 'ids' ) ); if ( ! $query_orders->get_items() ) { Template::print_message( __( 'No orders!', 'learnpress' ), 'info' ); return; } ?>

get_items() as $order_id ) { $order = learn_press_get_order( $order_id ); ?>
get_order_number() ); ?> get_formatted_order_total() ); ?> get_order_status_html() ); ?> get_order_date() ); ?> get_profile_order_actions(); if ( $actions ) { foreach ( $actions as $action ) { printf( '%s', esc_url_raw( $action['url'] ), $action['text'] ); } } ?>