I'm trying to set the post_id as a variable using the following but I'm getting an Undefined index error.
$propertyID['post_id']
This is my var_dump()
array(1) {
[0]=>
array(2) {
["post_id"]=>
string(4) "4323"
["meta_key"]=>
string(9) "unique_id"
}
}