HEX
Server: nginx/1.24.0
System: Linux 0c1023d6c65e 6.8.0-137-generic #137-Ubuntu SMP PREEMPT_DYNAMIC Fri Jul 17 20:28:23 UTC 2026 x86_64
User: root (0)
PHP: 8.3.33
Disabled: NONE
Upload Files
File: /var/www/html/wp-content/plugins/LayerSlider/assets/templates/tmpl-plugin-update-error-modal.php
<?php defined( 'LS_ROOT_FILE' ) || exit; ?>
<script type="text/html" id="tmpl-plugin-update-error-modal">
	<div id="ls-plugin-update-error-modal">
		<kmw-h1 class="kmw-modal-title"><?= __('Aw, Snap!', 'LayerSlider') ?></kmw-h1>
		<p><?= __('Something went wrong and WordPress was not able to update LayerSlider. This is likely a temporary issue, and you should try again a bit later.', 'LayerSlider') ?></p>
		<p><?= __('In the meantime, you can force WordPress to re-check and verify updates by visiting Dashboard → Updates. The new version of LayerSlider can be installed there as well. That screen might also offer additional information on what the issue can be.', 'LayerSlider') ?></p>
		<p><?= sprintf(__('Additionally, you should check %sSystem Status%s to uncover potential issues affecting your site.', 'LayerSlider'), '<a href="'.admin_url( 'admin.php?page=layerslider&section=system-status' ).'" target="_blank">', '</a>') ?></p>
		<p class="center ls--form-control">
			<a href="<?= wp_nonce_url( admin_url('admin.php?page=layerslider&action=check_updates'), 'check_updates' ) ?>" class="ls--button ls--bg-blue"><?= __('Visit Updates', 'LayerSlider') ?></a>
		</p>
	</div>
</script>