Dequeue the ppcp-paypal-subscription on the new UI admin page

This commit is contained in:
Daniel Dudzic 2025-03-25 23:09:08 +01:00
parent 854dc242c4
commit cee2f0ce39
No known key found for this signature in database
GPG key ID: 31B40D33E3465483

View file

@ -244,6 +244,9 @@ class SettingsModule implements ServiceModule, ExecutableModule {
'ppcpSettings',
$script_data
);
// Dequeue the PayPal Subscription script.
wp_dequeue_script( 'ppcp-paypal-subscription' );
}
);