HEX
Server: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.30
System: Linux iZj6c1151k3ad370bosnmsZ 3.10.0-1160.76.1.el7.x86_64 #1 SMP Wed Aug 10 16:21:17 UTC 2022 x86_64
User: root (0)
PHP: 7.4.30
Disabled: NONE
Upload Files
File: /var/www/html/amberconcept/wp-content/plugins/woocommerce-upload-files/template/cropper.php
<div class="wcuf_crop_container wcuf_not_to_be_showed" id="wcuf_crop_container_<?php echo $cropper_product_id; ?>">
	<div class="wcuf_crop_image_box" id="wcuf_crop_image_box_<?php echo $cropper_product_id; ?>">
	</div>
	<div class="wcuf_crop_container_actions" id="wcuf_crop_container_actions_<?php echo $cropper_product_id; ?>">
		<?php if(!$all_options['crop_disable_rotation_controller']): ?>
		<button class="button wcuf_crop_button wcuf_remove_button_extra_content wcuf_rotate_left" id="btnRotateLeft_<?php echo $cropper_product_id; ?>"  data-id="<?php echo $cropper_product_id; ?>"><?php echo $button_texts['rotate_left_button']; ?></button>
		<button class="button wcuf_crop_button wcuf_remove_button_extra_content wcuf_rotate_right" id="btnRotateRight_<?php echo $cropper_product_id; ?>"  data-id="<?php echo $cropper_product_id; ?>"><?php echo $button_texts['rotate_right_button']; ?></button>
		<?php endif; ?>
		<button class="button wcuf_crop_button wcuf_remove_button_extra_content wcuf_crop_upload_button" id="btnCrop_<?php echo $cropper_product_id; ?>"  ><?php echo $button_texts['crop_and_upload_button']; ?></button>
		
	</div>
</div>
<div id="wcuf_crop_upload_image_for_rotating_status_box_<?php echo $cropper_product_id; ?>" class="wcuf_crop_upload_image_for_rotating_status_box">
		<div class="wcuf_bar" id="wcuf_crop_rotating_upload_bar_<?php echo $cropper_product_id; ?>"></div >
		<div id="wcuf_crop_rotating_upload_percent_<?php echo $cropper_product_id; ?>">0%</div>
		<div class="wcuf_crop_rotating_upload_status_message" id="wcuf_crop_rotating_upload_status_message_<?php echo $file_fields['id']; ?>"><?php esc_html_e('Rotating the image, please wait...','woocommerce-files-upload'); ?></div>
</div>