$blog_vouchers_one, 'txt' => $blogcodeoneID, ); } } if( !empty( $blogcodeimagetwoID ) ){ $blog_voucher_two = wp_get_attachment_image_src( $blogcodeimagetwoID,'bosa-420-300'); if ( is_array( $blog_voucher_two ) ){ $has_code_img = true; $has_code_txt = true; $blog_vouchers_two = $blog_voucher_two[0]; $vouchers_array['image_two'] = array( 'ID' => $blog_vouchers_two, 'txt' => $blogcodetwoID, ); } } if( !empty( $blogcodeimagethreeID ) ){ $blog_voucher_three = wp_get_attachment_image_src( $blogcodeimagethreeID,'bosa-420-300'); if ( is_array( $blog_voucher_three ) ){ $has_code_img = true; $has_code_txt = true; $blog_vouchers_three = $blog_voucher_three[0]; $vouchers_array['image_three'] = array( 'ID' => $blog_vouchers_three, 'txt' => $blogcodethreeID, ); } } if( !empty( $blogcodeimagefourID ) ){ $blog_voucher_four = wp_get_attachment_image_src( $blogcodeimagefourID,'bosa-420-300'); if ( is_array( $blog_voucher_four ) ){ $has_code_img = true; $has_code_txt = true; $blog_vouchers_four = $blog_voucher_four[0]; $vouchers_array['image_four'] = array( 'ID' => $blog_vouchers_four, 'txt' => $blogcodefourID, ); } } if( !get_theme_mod( 'coupons_section', true ) && $has_code_img && $has_code_txt ){ ?>