Hi I am getting the following message in my wordpress filter page for a holidays website:
Warning: Illegal string offset 'order' in /home/jefmaher/public_html/wp-content/themes/thevacationrental/functions.php on line 916
Warning: Illegal string offset 'order' in /home/jefmaher/public_html/wp-content/themes/thevacationrental/functions.php on line 917
This is the snippet of php
$i = 9999;
foreach( $options['customdatas'] as $key => $data ) {
if( empty( $data['order'] ) ) {
$options['customdatas'][$key]['order'] = $i;
$data['order'] = $i;
}
I am new to php and need some advice please
thanks
Jeff