mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 18:16:38 +08:00
Dequeue the ppcp-paypal-subscription on the new UI admin page
This commit is contained in:
parent
854dc242c4
commit
cee2f0ce39
1 changed files with 3 additions and 0 deletions
|
@ -244,6 +244,9 @@ class SettingsModule implements ServiceModule, ExecutableModule {
|
||||||
'ppcpSettings',
|
'ppcpSettings',
|
||||||
$script_data
|
$script_data
|
||||||
);
|
);
|
||||||
|
|
||||||
|
// Dequeue the PayPal Subscription script.
|
||||||
|
wp_dequeue_script( 'ppcp-paypal-subscription' );
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue