mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
Register settings ui js file to caching plugins
This commit is contained in:
parent
e262d78cf8
commit
9a6493c51f
4 changed files with 9 additions and 3 deletions
|
@ -58,6 +58,7 @@ return array(
|
|||
'ppcp-fraudnet',
|
||||
'ppcp-tracking-compat',
|
||||
'ppcp-clear-db',
|
||||
'ppcp-admin-settings',
|
||||
);
|
||||
},
|
||||
|
||||
|
@ -70,6 +71,7 @@ return array(
|
|||
'fraudnet.js',
|
||||
'tracking-compat.js',
|
||||
'ppcp-clear-db.js',
|
||||
'ppcp-admin-settings.js',
|
||||
);
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue