pronamic / wp-pay-core

Core components for the WordPress payment processing library. This library is used in the WordPress plugin Pronamic Pay: https://www.pronamicpay.com/, but also allows other plugin developers to set up a payment plugin.
https://www.wp-pay.org/
GNU General Public License v3.0
27 stars 3 forks source link

Deprecate `Core\Util::simplexml_load_string( $string )` #85

Closed remcotolsma closed 1 year ago

remcotolsma commented 1 year ago

Use pronamic/wp-http Response->simplexml() instead.

https://github.com/pronamic/wp-http/blob/7328b77387f45c19eb7edea4c02d0e58d4bbeee8/src/Response.php#L118-L168