Konu
Notice: Array to string conversion hatası
13-09-2019, 10:01:02
#3
Aziranea
@
HaYLaZ
; Hocam açıkçası çok php bilgim yok
553'den 556.satıra bu kod dizisi var.
$row_field = $listing->get_field( $row['show_field'] );
if ( is_array( $row_field ) ) {
$row_field = join( ', ', $row_field );
}