mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-01 07:02:48 +08:00
Put tracking metabox in sidebar by default.
This commit is contained in:
parent
e6d43f1110
commit
19e6ecba93
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ class OrderTrackingModule implements ModuleInterface {
|
|||
__( 'PayPal Package Tracking', 'woocommerce-paypal-payments' ),
|
||||
array( $meta_box_renderer, 'render' ),
|
||||
$screen,
|
||||
'normal'
|
||||
'side'
|
||||
);
|
||||
},
|
||||
10,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue