Array to string conversion
-
This plugin show error when I install it. It says :
Array to string conversion in /…/../wp-content/plugins/tiled-gallery-carousel-without-jetpack/tiled-gallery.php on line 373
Then, I add this code
if ( isset( $img_meta['keywords'] ) ) { unset( $img_meta['keywords'] ); }
just before this code..
$img_meta = json_encode( array_map( 'strval', $img_meta ) );
and that fix the problem ??
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Array to string conversion’ is closed to new replies.