<span class="resolved" aria-label="Resolved" title="Topic is resolved."></span>PHP Warning: Undefined array key 1 in /www/oremcommx_742/public/wp-c

[ad_1]

Replies: 3

This code is causing a huge number of warnings
if ( preg_match( '#height=["|\']?([\d%]+)["|\']?#i', $tag, $height_string ) ) {
			if ( ctype_digit( $width_string[1] ) === true ) {
				$args['height'] = $height_string[1];
			}
		}

I think this line should be Replaced:

if ( ctype_digit( $width_string[1] )

with

if ( ctype_digit( $height_string[1] ) === true ) {

 

This site will teach you how to build a WordPress website for beginners. We will cover everything from installing WordPress to adding pages, posts, and images to your site. You will learn how to customize your site with themes and plugins, as well as how to market your site online.

Buy WordPress Transfer