query_orders( array( 'fields' => 'ids' ) ); if ( ! $query_orders->get_items() ) { Template::print_message( __( 'No orders!', 'learnpress' ), 'info' ); return; } ?>
| 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'] ); } } ?> |
| get_offset_text() ); ?> | get_nav_numbers( true ); ?> | |||