We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b905af9 commit 678fe49Copy full SHA for 678fe49
includes/model/class-order.php
@@ -37,30 +37,6 @@ public function __construct( $id ) {
37
'isPublic',
38
'id',
39
'orderId',
40
- 'orderNumber',
41
- 'date',
42
- 'modified',
43
- 'datePaid',
44
- 'dateCompleted',
45
- 'paymentMethodTitle',
46
- 'customerNote',
47
- 'billing',
48
- 'shipping',
49
- 'discountTotal',
50
- 'discountTax',
51
- 'shippingTotal',
52
- 'shippingTax',
53
- 'cartTax',
54
- 'subtotal',
55
- 'total',
56
- 'totalTax',
57
- 'isDownloadPermitted',
58
- 'shippingAddressMapUrl',
59
- 'needsShippingAddress',
60
- 'needsPayment',
61
- 'needsProcessing',
62
- 'hasDownloadableItem',
63
- 'downloadableItems',
64
);
65
66
parent::__construct( $allowed_restricted_fields, 'shop_order', $id );
0 commit comments