0
I want to show the values of a class but I don’t know how to access it.
The result of print_r($this->order);
showcase
WC_Order Object (
[status_transition:protected] =>
[data:protected] =>
Array (
[shipping] => Array ( [first_name] => Alex [last_name] => Silva )
)
I would like to return only: Alex and Silva.
Hello Thiago, did the answer https://answall.com/a/311782/3635 solve your problem? Could you provide feedback?
– Guilherme Nascimento