php soap wordpress parsing

36

$xml = simplexml_load_string($response);
wp_send_json_success([ "data" => $xml ]);

Comments

Submit
0 Comments