Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › get thumbs from serialied array › Reply To: get thumbs from serialied array
July 9, 2020 at 4:16 pm
#28355
Participant
this is very not elegant but working:
if ( isset($field[0])) {$r->image = $field[0];}
if ($field[0]==”h”) {$r->image = $field;}