PHP Notice
-
Hello
custom-post-type-maker.php line 1331
replace:
if( is_array($meta['sizes']) )by
if( isset( $meta['sizes'] ) && is_array($meta['sizes']) )thanks!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘PHP Notice’ is closed to new replies.