$col_elements ) : $col_attributes = array( 'class' => 'footer-col', ); foreach ( brandy_get_devices() as $d ) { $check_value = array( 'desktop' => $row_settings['column_items_direction']['desktop'][ 'column_' . ( $col_index + 1 ) ] ?? 'vertical', 'tablet' => $row_settings['column_items_direction']['tablet'][ 'column_' . ( $col_index + 1 ) ] ?? null, 'mobile' => $row_settings['column_items_direction']['mobile'][ 'column_' . ( $col_index + 1 ) ] ?? null, ); $get_value = Helpers::get_device_value( $check_value, $d ); $col_attributes[ "data-items-direction-$d" ] = $get_value; } ?>
> render(); } ?>