Add priority "high" for tracking metabox

This commit is contained in:
Narek Zakarian 2023-11-17 17:45:21 +04:00
parent a477770256
commit f50a071a11
No known key found for this signature in database
GPG key ID: 07AFD7E7A9C164A7

View file

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