woocommerce / woocommerce-paypal-payments

https://wordpress.org/plugins/woocommerce-paypal-payments/
GNU General Public License v2.0
62 stars 48 forks source link

Translation Loading Issue in WooCommerce PayPal Payments Plugin on WordPress 6.7 (Deprecation Warning) #2816

Open danielhuesken opened 5 days ago

danielhuesken commented 5 days ago

Because of the change in WordPress the doing it wrong message will be triggered.

We not loading the TExtdomain directly because of autoloading it for wordpress.org plugins. But it will be loaded when a translation function is used early.

So try to find Places when we use translations too early and look at how we can load them later.