Warning: in_array() expects parameter 2 to be array, boolean given in
-
Warning: in_array() expects parameter 2 to be array, boolean given in /srv/www/wordpress-default/public_html/wp-content/plugins/svg-support/functions/featured-image.php on line 69
I fixed it by checking is_array()
if ( is_array( $inline_featured_image ) && in_array( 1, $inline_featured_image ) ) {
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Warning: in_array() expects parameter 2 to be array, boolean given in’ is closed to new replies.