mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-03 08:37:53 +08:00
unset the "enable/disable" field
This commit is contained in:
parent
06ba2eb8d6
commit
6ffa4784e2
2 changed files with 2 additions and 0 deletions
|
@ -63,6 +63,7 @@ return array(
|
|||
'pay_later_home_message_flex_color',
|
||||
'pay_later_home_message_flex_ratio',
|
||||
'pay_later_home_message_preview',
|
||||
'pay_later_messaging_enabled',
|
||||
);
|
||||
foreach ( $old_fields as $old_field ) {
|
||||
unset( $fields[ $old_field ] );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue