I have the following multidimensional array in wordpress from custom post type. The custom post type name is: "references"
How can I get the following values: reference_page_lead and reference_page_url ?
array(4) {
["_edit_last"]=>
array(1) {
[0]=>
string(1) "1"
}
["_edit_lock"]=>
array(1) {
[0]=>
string(12) "1424697906:1"
}
["_reference"]=>
array(1) {
[0]=>
string(189) "a:2:{s:19:"reference_page_lead";s:95:"A Lorem Ipsum egy egyszerû szövegrészlete, szövegutánzata a betûszedõ és nyomdaiparnak.";s:18:"reference_page_url";s:19:"https://lorem.ipsum";}"
}
["_thumbnail_id"]=>
array(1) {
[0]=>
string(2) "36"
}
Thank you for your help!