mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 12:25:15 +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',
|
||||
$script_data
|
||||
);
|
||||
|
||||
// Dequeue the PayPal Subscription script.
|
||||
wp_dequeue_script( 'ppcp-paypal-subscription' );
|
||||
}
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue