Error jetpack-carousel.php line 255
-
Error : jetpack-carousel.php line 255
Open this /wp-content/plugins/carousel-without-jetpack/carousel/jetpack-carousel.php
go to line 252
replace :
$img_meta = json_encode( array_map( ‘strval’, $img_meta ) );With :
$img_meta = json_encode( array_map( ‘strval’, array_filter( $img_meta, ‘is_scalar’ ) ) );
- The topic ‘Error jetpack-carousel.php line 255’ is closed to new replies.