Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › get thumbs from serialied array › Reply To: get thumbs from serialied array
July 10, 2020 at 8:20 am
#28361
Keymaster
It looks all right, maybe this variation is shorter:
$r->image = is_array($field) ? $field[0] : $field;