In Woocommerce order page, create a custom text field related to order id
问题 In this code comes come an answer to one of my previous questions, and the custom url data is related to the user data. I need that the custom url have to be different, related to the order id (ex. 100 order, 100 different custom url, one per order's page). // Display user custom field add_action( 'woocommerce_order_details_before_order_table', 'add_user_custom_url_field_to_order' ); function add_user_custom_url_field_to_order( $order ) { global $current_user; $custom_url = get_user_meta(