HEX
Server: LiteSpeed
System: Linux premium263.web-hosting.com 4.18.0-553.50.1.lve.el8.x86_64 #1 SMP Thu Apr 17 19:10:24 UTC 2025 x86_64
User: eastcjee (525)
PHP: 8.2.31
Disabled: NONE
Upload Files
File: //home/eastcjee/londonribeyesteak.co.uk/wp-content/plugins/imagify/views/part-settings-tools.php
<?php
defined( 'ABSPATH' ) || exit;
?>
<div class="imagify-settings-section">
	<h2 class="imagify-options-title"><?php esc_html_e( 'Troubleshooting', 'imagify' ); ?></h2>
	<p>
		<?php esc_html_e( 'If image optimization gets stuck or bulk optimization never completes, use this button to clear internal optimization locks, running-state transients, and pending scheduled jobs. Your settings and optimized images will not be affected.', 'imagify' ); ?>
	</p>
	<button type="button"
		id="imagify-reset-internal-state"
		class="button button-secondary"
		data-nonce="<?php echo esc_attr( wp_create_nonce( 'imagify_reset_internal_state' ) ); ?>">
		<?php esc_html_e( 'Reset Internal State', 'imagify' ); ?>
	</button>
	<span id="imagify-reset-internal-state-feedback"></span>
</div>