0) { echo esc_html(sprintf( /* translators: %1$d: max file size in MB, %2$d: max number of uploads */ __('Upload up to %2$d photos (max %1$d MB each). Accepted formats: JPEG, PNG, TIFF, BMP, PSD, RAW (CR2, NEF, ARW, DNG, ORF, RW2, RAF), WebP.', 'studiou-wc-free-photo-product'), (int) $max_file_size, (int) $max_uploads )); } else { echo esc_html(sprintf( /* translators: %d: max file size in MB */ __('Maximum file size: %d MB. Accepted formats: JPEG, PNG, TIFF, BMP, PSD, RAW (CR2, NEF, ARW, DNG, ORF, RW2, RAF), WebP.', 'studiou-wc-free-photo-product'), (int) $max_file_size )); } ?>