I think I’ve solved the problem for now. I use a lot of plugins, and I think I was getting “out of memory” errors. I’ve now increased the memory limit to 256 MB.
It’s working better now.
Oh no, I thought it hadn’t been posted. Now there are two of them.
-> https://ww.wp.xz.cn/support/topic/error-on-admin-notice-on-multisite/
Hey Jamie,
Thanks for the help.
I have inserted the code snippet into my function.php in my child theme.
add_filter( 'woocommerce_paypal_payments_disabled_funding', function( $disabled_funding ){
$disabled_funding[] = 'sepa';
return $disabled_funding;
} );
Check the logs on Woocommerce -> Status -> Logs to finde out more.