Put tracking metabox in sidebar by default.

This commit is contained in:
Narek Zakarian 2023-10-17 16:45:38 +04:00
parent e6d43f1110
commit 19e6ecba93
No known key found for this signature in database
GPG key ID: 07AFD7E7A9C164A7

View file

@ -102,7 +102,7 @@ class OrderTrackingModule implements ModuleInterface {
__( 'PayPal Package Tracking', 'woocommerce-paypal-payments' ),
array( $meta_box_renderer, 'render' ),
$screen,
'normal'
'side'
);
},
10,