mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 14:57:26 +08:00
Add priority "high" for tracking metabox
This commit is contained in:
parent
a477770256
commit
f50a071a11
1 changed files with 2 additions and 1 deletions
|
@ -102,7 +102,8 @@ class OrderTrackingModule implements ModuleInterface {
|
||||||
__( 'PayPal Package Tracking', 'woocommerce-paypal-payments' ),
|
__( 'PayPal Package Tracking', 'woocommerce-paypal-payments' ),
|
||||||
array( $meta_box_renderer, 'render' ),
|
array( $meta_box_renderer, 'render' ),
|
||||||
$screen,
|
$screen,
|
||||||
'side'
|
'side',
|
||||||
|
'high'
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
10,
|
10,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue