Undefined index errors
-
First off: great plugin! Really simple to use and does the job.
Second: When I activated the plugin and went to the customizer I got a few undefined index errors.
The first one was in line 105. I managed to get it resolved by using:
$image_list = ( isset( $instance['irw_images']) ) ? $instance['irw_images'] : '';
The second was in line 180. I resolved it by using:
$irw_rand_img = isset( $instance['irw_rand_img'] ) ? esc_attr( $instance['irw_rand_img'] ) : '';
https://www.ads-software.com/plugins/dk-new-medias-image-rotator-widget/
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Undefined index errors’ is closed to new replies.