i want get data from stdclass object. i use foreach method to get key and value. with var_dump i can get all infromation about the post, buy i want extract all 'display'.
foreach($data as $key=>$value){ var_dump($value); } var_dump result :
i just want extract all display_ur property. can anyone exlain me ?

var_dump($value->node->display_url);